Skip to content

Commit

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

- name: Upgrade pip
run: |
Expand Down Expand Up @@ -207,7 +205,6 @@ jobs:
CIBW_ARCHS_LINUX: auto64 aarch64 ppc64le s390x
CIBW_ARCHS_WINDOWS: auto64 ARM64
CIBW_ARCHS_MACOS: x86_64 arm64 universal2
CIBW_PRERELEASE_PYTHONS: True
with:
package-dir: .
output-dir: wheelhouse
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
update-environment: true
allow-prereleases: true

- name: Upgrade pip
run: |
Expand Down

0 comments on commit 5cdc1aa

Please sign in to comment.