Skip to content

Commit 05f4bd4

Browse files
committed
install twine
1 parent 7af59e7 commit 05f4bd4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,9 @@ jobs:
9797
env:
9898
TWINE_USERNAME: ${{ secrets.TWINE_USERNAME }}
9999
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}
100-
run: twine upload dist/*
100+
run: |
101+
pip install twine
102+
twine upload dist/*
101103
- name: Extract Version
102104
id: extract-version
103105
if: ${{ failure() }}

0 commit comments

Comments
 (0)