Skip to content

Commit 4118e35

Browse files
Fix GH action directory path
1 parent 886fd89 commit 4118e35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
2626
run: |
2727
python setup.py sdist bdist_wheel
28-
twine upload dist/*
28+
twine upload dist/*

0 commit comments

Comments
 (0)