Skip to content

Commit 697967c

Browse files
committed
fix twine upload
1 parent 255c3cc commit 697967c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_pypi.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ jobs:
3737
- name: Upload with Twine
3838
run: |
3939
cd sdk
40-
twine upload dist/* --skip-existing --username ${{ secrets.TWINE_PASSWORD }} --password ${{ secrets.TWINE_USERNAME }}
40+
twine upload dist/* --skip-existing --username ${{ secrets.TWINE_USERNAME }} --password ${{ secrets.TWINE_PASSWORD }}

0 commit comments

Comments
 (0)