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 a7f6dfc commit d38c027Copy full SHA for d38c027
.github/workflows/python-package.yml
@@ -62,6 +62,6 @@ jobs:
62
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
63
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
64
run: |
65
- if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
+ if: (github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
66
python setup.py sdist bdist_wheel
67
twine upload dist/*
0 commit comments