Skip to content

Commit 6f50f37

Browse files
Revert "Upgrade twine, check the version"
This reverts commit f09ac56.
1 parent e512b6d commit 6f50f37

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,9 @@ jobs:
1919
run: >-
2020
python3 -m pip install --user
2121
build
22-
twine --upgrade
22+
twine
2323
- name: Build a binary wheel and a source tarball
2424
run: python3 -m build
25-
- name: Check the twine version
26-
run: twine --version
2725
- name: Check the distribution files with `twine`
2826
run: twine check --strict dist/*
2927
- name: Upload artifact

0 commit comments

Comments
 (0)