Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jguhlin committed Jan 7, 2025
1 parent ebe4ea6 commit 6229fdd
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/create-python-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ on:

defaults:
run:
working-directory: minimappers2
shell: bash

permissions:
Expand All @@ -43,6 +42,7 @@ jobs:
target: ppc64le
steps:
- uses: actions/checkout@v4
- run: cd minimappers2
- uses: actions/setup-python@v5
with:
python-version: 3.x
Expand Down Expand Up @@ -81,6 +81,7 @@ jobs:
target: armv7
steps:
- uses: actions/checkout@v4
- run: cd minimappers2
- uses: actions/setup-python@v5
with:
python-version: 3.x
Expand Down Expand Up @@ -117,6 +118,7 @@ jobs:
target: aarch64
steps:
- uses: actions/checkout@v4
- run: cd minimappers2
- uses: actions/setup-python@v5
with:
python-version: 3.x
Expand All @@ -142,6 +144,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: cd minimappers2
- name: Build sdist
uses: PyO3/maturin-action@v1
with:
Expand All @@ -167,6 +170,7 @@ jobs:
attestations: write
steps:
- uses: actions/download-artifact@v4
- run: cd minimappers2
- name: Generate artifact attestation
uses: actions/attest-build-provenance@v1
with:
Expand All @@ -175,7 +179,7 @@ jobs:
if: ${{ startsWith(github.ref, 'refs/tags/') }}
uses: PyO3/maturin-action@v1
env:
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
with:
command: upload
args: --non-interactive --skip-existing wheels-*/*

0 comments on commit 6229fdd

Please sign in to comment.