Skip to content

Commit 3044353

Browse files
committed
Updated Python release setup
1 parent cf86003 commit 3044353

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
@@ -77,7 +77,7 @@ jobs:
7777
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
7878
run: |
7979
pip install --upgrade typing-extensions twine
80-
twine upload --skip-existing *
80+
twine upload --skip-existing wheels/*
8181
8282
merge:
8383
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)