Skip to content

Commit

Permalink
Merge pull request #2 from JiantingFeng/main
Browse files Browse the repository at this point in the history
Fix Windows Build Issue by Removing poetry build Command
  • Loading branch information
statmlben authored Feb 22, 2024
2 parents ed11657 + b87077d commit 280c263
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,10 @@ jobs:
poetry lock
poetry install
- name: Build and build sdist package
run: |
poetry run python setup.py build
poetry run python setup.py sdist
- name: Build wheel package
run: poetry run python setup.py bdist_wheel

- name: Build wheels for more general OS
run: poetry build --format=wheel


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

0 comments on commit 280c263

Please sign in to comment.