Skip to content

Commit 44d69e6

Browse files
Revert using python -m to launch twine
1 parent 4b486b0 commit 44d69e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Build a binary wheel and a source tarball
2222
run: python3 -m build
2323
- name: Check the distribution files with `twine`
24-
run: python3 -m twine check --strict dist/*
24+
run: twine check --strict dist/*
2525
- name: Upload artifact
2626
id: artifact-upload-step
2727
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)