Skip to content

Commit

Permalink
ready
Browse files Browse the repository at this point in the history
  • Loading branch information
cheqianh committed Feb 13, 2024
1 parent e18ef0f commit 307c7d2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11', 'pypy-3.8']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', 'pypy-3.8']
steps:
- uses: actions/checkout@v3
- name: Set up python
Expand Down Expand Up @@ -130,9 +130,6 @@ jobs:
env:
CIBW_SKIP: "pp* *-win32 cp36-* cp37-* cp38-*"
CIBW_ARCHS: ${{ matrix.cibw_arch }}
# CIBW_ARCHS_WINDOWS: "auto"
# CIBW_ARCHS_LINUX: "auto aarch64"
# CIBW_ARCHS_MACOS: "arm64 x86_64"

- name: Upload wheels to Github
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 307c7d2

Please sign in to comment.