Skip to content

Commit

Permalink
fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
monosans committed Oct 10, 2024
1 parent c14f0b1 commit 038e8c5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ jobs:
pypy3.10
3.12
check-latest: true
allow-prereleases: true
- uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.target }}
Expand Down Expand Up @@ -108,7 +107,6 @@ jobs:
3.12
architecture: ${{ matrix.architecture }}
check-latest: true
allow-prereleases: true
- uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.target }}
Expand Down Expand Up @@ -155,7 +153,6 @@ jobs:
pypy3.10
3.12
check-latest: true
allow-prereleases: true
- uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.target }}
Expand All @@ -180,6 +177,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12"
check-latest: true
- uses: PyO3/maturin-action@v1
with:
command: sdist
Expand Down

0 comments on commit 038e8c5

Please sign in to comment.