Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
awolverp committed Oct 16, 2024
1 parent 0d16607 commit 2c7e7dd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
# windows
- os: windows
target: x86_64
interpreter: pypy3.9 pypy3.10
interpreter: 3.8 3.9 3.10 3.11 3.12 3.13
- os: windows
target: i686
python-architecture: x86
Expand All @@ -102,7 +102,7 @@ jobs:
- name: set up python
uses: actions/setup-python@v5
with:
python-version: ${{ (matrix.os == 'windows' && matrix.target == 'x86_64' && '>=3.9 <=3.10') || '3.13' }}
python-version: '3.13'
architecture: ${{ matrix.python-architecture || 'x64' }}

- run: pip install -U twine
Expand All @@ -114,7 +114,6 @@ jobs:
manylinux: ${{ matrix.manylinux }}
args: --release --out dist --interpreter ${{ matrix.interpreter || '3.8 3.9 3.10 3.11 3.12 3.13 pypy3.9 pypy3.10' }}
rust-toolchain: ${{ (matrix.os == 'windows' && '1.77') || 'stable' }}
sccache: 'true'
docker-options: -e CI

- run: ${{ (matrix.os == 'windows' && 'dir') || 'ls -lh' }} dist/
Expand Down

0 comments on commit 2c7e7dd

Please sign in to comment.