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 11, 2024
1 parent bd29d12 commit 1139bf2
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 @@ -141,6 +141,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 @@ -57,6 +57,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
update-environment: true
allow-prereleases: true

- name: Upgrade pip
run: |
Expand Down

0 comments on commit 1139bf2

Please sign in to comment.