Skip to content

Commit f09ac56

Browse files
Upgrade twine, check the version
1 parent d9bbfd3 commit f09ac56

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,11 @@ jobs:
1919
run: >-
2020
python3 -m pip install --user
2121
build
22-
twine
22+
twine --upgrade
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
2527
- name: Check the distribution files with `twine`
2628
run: twine check --strict dist/*
2729
- name: Upload artifact

0 commit comments

Comments
 (0)