Skip to content

Commit 057dcb3

Browse files
authored
Fix release workflow syntax 🤦‍♂️
1 parent 1a5850f commit 057dcb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,6 @@ jobs:
6969
run: |
7070
twine check dist/*
7171
twine upload dist/* --skip-existing
72-
with:
72+
env:
7373
TWINE_USERNAME: __token__
7474
TWINE_PASSWORD: ${{ secrets.PYPI }}

0 commit comments

Comments
 (0)