Skip to content

Commit c77a6c3

Browse files
committed
fix workflow for twine check on windows
1 parent 7776353 commit c77a6c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check-python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ jobs:
4444
- name: Build sdist
4545
run: |
4646
py -m pip install build setuptools twine
47-
py -m setup.py --sdist
48-
py -m setup.py --wheel
47+
py -m build --sdist
48+
py -m build --wheel
4949
py -m twine check dist/*

0 commit comments

Comments
 (0)