Skip to content

Commit

Permalink
CI: stop using maturin prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Jun 7, 2022
1 parent d5b1371 commit f8caf20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ jobs:
- uses: actions/checkout@v2
- name: Build wheel
run: |
sudo python3 -m pip install --pre maturin
sudo python3 -m pip install maturin
maturin build --release -b bin -o dist --no-sdist \
--target ${{ matrix.platform.target }} \
--manylinux ${{ matrix.platform.manylinux }} musllinux_1_1 \
Expand Down Expand Up @@ -219,7 +219,7 @@ jobs:
target: ${{ matrix.platform.target }}
- name: Build wheel
run: |
sudo python3 -m pip install --pre maturin
sudo python3 -m pip install maturin
maturin build --release -b bin -o dist --no-sdist \
--target ${{ matrix.platform.target }} \
--manylinux ${{ matrix.platform.manylinux }} ${{ matrix.platform.musllinux }} \
Expand Down

0 comments on commit f8caf20

Please sign in to comment.