Skip to content

Commit 7fd4198

Browse files
committed
ci: supply env variables to twine upload
1 parent 1b7d43d commit 7fd4198

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,6 @@ jobs:
2121
run: twine check dist/*
2222
- name: Publish package
2323
run: twine upload dist/*
24+
env:
25+
TWINE_USERNAME: ${{ secrets.TWINE_USERNAME }}
26+
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}

0 commit comments

Comments
 (0)