Skip to content

Commit 0f814a9

Browse files
authored
Update wheels.yml
1 parent ed11657 commit 0f814a9

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,11 @@ jobs:
2323
poetry lock
2424
poetry install
2525
26-
- name: Build and build sdist package
27-
run: |
28-
poetry run python setup.py build
29-
poetry run python setup.py sdist
30-
3126
- name: Build wheel package
3227
run: poetry run python setup.py bdist_wheel
33-
34-
- name: Build wheels for more general OS
35-
run: poetry build --format=wheel
28+
3629

3730
- uses: actions/upload-artifact@v4
3831
with:
3932
name: rehline-wheels-${{ matrix.os }}-${{ strategy.job-index }}
40-
path: ./dist
33+
path: ./dist

0 commit comments

Comments
 (0)