Skip to content

Commit 4cefc47

Browse files
committed
TMP force python publish
1 parent 04e68e0 commit 4cefc47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
python -m pip install -U pip pip-tools;
5151
python -m piptools compile --upgrade pyproject.toml;
5252
- name: Publish
53-
if: github.ref == 'refs/heads/main'
53+
# if: github.ref == 'refs/heads/main'
5454
uses: pypa/gh-action-pypi-publish@release/v1
5555
with:
5656
skip-existing: true

0 commit comments

Comments
 (0)