Skip to content

Commit

Permalink
mmmmm
Browse files Browse the repository at this point in the history
  • Loading branch information
dirvine committed Nov 30, 2024
1 parent 98af8bc commit 45d5286
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
cat pyproject.toml
echo "=== End of pyproject.toml ==="
- name: Build wheels
uses: PyO3/maturin-action@v1.33.1
uses: PyO3/maturin-action@v1.32.1
env:
MATURIN_PEP517_ARGS: "--metadata-version 2.1"
with:
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
cat pyproject.toml
echo "=== End of pyproject.toml ==="
- name: Build wheels
uses: PyO3/maturin-action@v1.33.1
uses: PyO3/maturin-action@v1.32.1
with:
args: >-
--release
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
cat pyproject.toml
echo "=== End of pyproject.toml ==="
- name: Build wheels
uses: PyO3/maturin-action@v1.33.1
uses: PyO3/maturin-action@v1.32.1
env:
CARGO_VERSION: ${{ github.ref_name }}
MATURIN_PEP517_ARGS: "--metadata-version 2.1"
Expand Down Expand Up @@ -280,9 +280,10 @@ jobs:
cat pyproject.toml
echo "=== End of pyproject.toml ==="
- name: Build sdist
uses: PyO3/maturin-action@v1.33.1
uses: PyO3/maturin-action@v1.32.1
env:
CARGO_VERSION: ${{ github.ref_name }}
MATURIN_PEP517_ARGS: "--metadata-version 2.1"
with:
command: sdist
args: --out dist --manifest-path Cargo.toml
Expand Down

0 comments on commit 45d5286

Please sign in to comment.