Skip to content

Commit cdab705

Browse files
committed
Fix workflow syntax
1 parent 47a32e6 commit cdab705

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-n-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
run: |
8282
twine check dist/*
8383
twine upload dist/* --skip-existing
84-
with:
84+
env:
8585
TWINE_USERNAME: __token__
8686
TWINE_PASSWORD: ${{ secrets.pypi_password }}
8787

0 commit comments

Comments
 (0)