We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e512b6d commit 6f50f37Copy full SHA for 6f50f37
1 file changed
.github/workflows/main.yml
@@ -19,11 +19,9 @@ jobs:
19
run: >-
20
python3 -m pip install --user
21
build
22
- twine --upgrade
+ twine
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