Skip to content

Commit

Permalink
Don't include python pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
langmm committed Feb 5, 2024
1 parent 153f0ff commit 4d5c4c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
CIBW_SKIP: "cp2* cp33* cp34* cp35* cp36* cp37* pp* cp310-manylinux_i686 cp311-manylinux_i686 *-musllinux_*"
CIBW_ENVIRONMENT: "PIP_ONLY_BINARY=numpy"
CIBW_BEFORE_BUILD: pip install oldest-supported-numpy
CIBW_PRERELEASE_PYTHONS: True
# CIBW_PRERELEASE_PYTHONS: True

- name: Upload artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 4d5c4c3

Please sign in to comment.