Skip to content

Commit 407b5da

Browse files
use the same python?
1 parent d9688d1 commit 407b5da

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
@@ -19,7 +19,7 @@ jobs:
1919
- name: Build a binary wheel and a source tarball
2020
run: python3 -m build
2121
- name: Check the distribution files with `twine`
22-
run: twine check --strict dist/*
22+
run: python3 -m twine check --strict dist/*
2323
- name: Upload artifact
2424
id: artifact-upload-step
2525
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)