Skip to content

Commit

Permalink
Update pack_wheel.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
strint authored Nov 8, 2024
1 parent 03ce808 commit 9d54a9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pack_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
- name: Python wheels manylinux build
uses: RalfG/[email protected]
with:
python-versions: cp38-cp38 cp39-cp39 cp310-cp310 cp311-cp311 cp312-cp312
python-versions: cp38-cp38 cp39-cp39 cp310-cp310 cp311-cp311 # cp312-cp312
build-requirements: Cython==3.0.8
pip-wheel-args: -w ./wheels
pip-wheel-args: -w ./wheels --no-deps
env:
DOWNLOAD_AREA: ${{ matrix.download_area }}
- name: Create release with assests
Expand Down

0 comments on commit 9d54a9d

Please sign in to comment.