We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9bbfd3 commit f09ac56Copy full SHA for f09ac56
.github/workflows/main.yml
@@ -19,9 +19,11 @@ jobs:
19
run: >-
20
python3 -m pip install --user
21
build
22
- twine
+ twine --upgrade
23
- name: Build a binary wheel and a source tarball
24
run: python3 -m build
25
+ - name: Check the twine version
26
+ run: twine --version
27
- name: Check the distribution files with `twine`
28
run: twine check --strict dist/*
29
- name: Upload artifact
0 commit comments