Skip to content

Commit cb316d7

Browse files
authored
Update publish-to-pypi.yml
1 parent 22ff699 commit cb316d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-to-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ jobs:
3434
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
3535
run: |
3636
python setup.py sdist bdist_wheel
37-
twine upload dist/
37+
twine upload dist/*
3838

0 commit comments

Comments
 (0)