We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35b870b commit e8a92a6Copy full SHA for e8a92a6
1 file changed
.github/workflows/build.yml
@@ -16,6 +16,7 @@ jobs:
16
- name: Install dependencies
17
run: |
18
python -m pip install --upgrade build
19
+ python -m pip install --upgrade twine
20
- name: Set VERSION environment variable
21
22
echo GitHub_ref: $GITHUB_REF
0 commit comments