Skip to content

Commit e8a92a6

Browse files
committed
add twine to publish package
1 parent 35b870b commit e8a92a6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
- name: Install dependencies
1717
run: |
1818
python -m pip install --upgrade build
19+
python -m pip install --upgrade twine
1920
- name: Set VERSION environment variable
2021
run: |
2122
echo GitHub_ref: $GITHUB_REF

0 commit comments

Comments
 (0)