Skip to content

Commit a4b14ca

Browse files
committed
update wheel
1 parent 9eb8300 commit a4b14ca

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,10 @@ jobs:
2323
poetry lock
2424
poetry install
2525
26-
- name: Build sdist package
27-
run: poetry run python setup.py sdist
26+
- name: Build and build sdist package
27+
run: |
28+
python setup.py build
29+
poetry run python setup.py sdist
2830
2931
- name: Build wheel package
3032
run: poetry run python setup.py bdist_wheel

0 commit comments

Comments
 (0)