Skip to content

Commit 280c263

Browse files
authored
Merge pull request #2 from JiantingFeng/main
Fix Windows Build Issue by Removing poetry build Command
2 parents ed11657 + b87077d commit 280c263

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,10 @@ 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
36-
28+
3729
- uses: actions/upload-artifact@v4
3830
with:
3931
name: rehline-wheels-${{ matrix.os }}-${{ strategy.job-index }}
40-
path: ./dist
32+
path: ./dist

0 commit comments

Comments
 (0)