Skip to content

Commit 1d95060

Browse files
committed
update action
1 parent a4b14ca commit 1d95060

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
2626
- name: Build and build sdist package
2727
run: |
28-
python setup.py build
28+
poetry run python setup.py build
2929
poetry run python setup.py sdist
3030
3131
- name: Build wheel package

0 commit comments

Comments
 (0)