Skip to content

Commit d38c027

Browse files
authored
Update python-package.yml
1 parent a7f6dfc commit d38c027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@ jobs:
6262
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
6363
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
6464
run: |
65-
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
65+
if: (github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
6666
python setup.py sdist bdist_wheel
6767
twine upload dist/*

0 commit comments

Comments
 (0)