Skip to content

Commit

Permalink
Revert "chore(workflows): remove pre-release version Python"
Browse files Browse the repository at this point in the history
This reverts commit 5cdc1aa.
  • Loading branch information
XuehaiPan committed Jun 30, 2024
1 parent af70b90 commit 4c71269
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ jobs:
CIBW_ARCHS_LINUX: auto aarch64 ppc64le s390x
CIBW_ARCHS_WINDOWS: auto ARM64
CIBW_ARCHS_MACOS: x86_64 arm64 universal2
CIBW_PRERELEASE_PYTHONS: True
with:
package-dir: .
output-dir: wheelhouse
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
update-environment: true
allow-prereleases: true

- name: Upgrade pip
run: |
Expand Down

0 comments on commit 4c71269

Please sign in to comment.