Skip to content

Commit 071a86d

Browse files
author
cortze
committed
add twine to remote version publishing
1 parent 5782750 commit 071a86d

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
@@ -14,7 +14,7 @@ jobs:
1414
- name: Install dependencies
1515
run: |
1616
python -m pip install --upgrade pip
17-
pip install build
17+
pip install setuptools build twine
1818
- name: Build and publish
1919
env:
2020
TWINE_USERNAME: __token__

0 commit comments

Comments
 (0)