We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04e68e0 commit 4cefc47Copy full SHA for 4cefc47
.github/workflows/python.yml
@@ -50,7 +50,7 @@ jobs:
50
python -m pip install -U pip pip-tools;
51
python -m piptools compile --upgrade pyproject.toml;
52
- name: Publish
53
- if: github.ref == 'refs/heads/main'
+ # if: github.ref == 'refs/heads/main'
54
uses: pypa/gh-action-pypi-publish@release/v1
55
with:
56
skip-existing: true
0 commit comments