Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump PyO3/maturin-action from e21013af641daf9513198d98a6853760803a5c6c to ea5bac0f1ccd0ab11c805e2b804bfcb65dac2eab #14

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/pyproject_fmt_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
with:
name: source
- name: Build wheels
uses: PyO3/maturin-action@e21013af641daf9513198d98a6853760803a5c6c
uses: PyO3/maturin-action@ea5bac0f1ccd0ab11c805e2b804bfcb65dac2eab

with:
target: ${{ matrix.platform.target }}
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
with:
name: source
- name: Build wheels
uses: PyO3/maturin-action@e21013af641daf9513198d98a6853760803a5c6c
uses: PyO3/maturin-action@ea5bac0f1ccd0ab11c805e2b804bfcb65dac2eab

with:
target: ${{ matrix.platform.target }}
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:
with:
name: source
- name: Build wheels
uses: PyO3/maturin-action@e21013af641daf9513198d98a6853760803a5c6c
uses: PyO3/maturin-action@ea5bac0f1ccd0ab11c805e2b804bfcb65dac2eab

with:
target: ${{ matrix.platform.target }}
Expand All @@ -178,7 +178,7 @@ jobs:
with:
name: source
- name: Build sdist
uses: PyO3/maturin-action@e21013af641daf9513198d98a6853760803a5c6c
uses: PyO3/maturin-action@ea5bac0f1ccd0ab11c805e2b804bfcb65dac2eab

with:
command: sdist
Expand Down Expand Up @@ -225,7 +225,7 @@ jobs:
- name: Show wheels
run: ls -lth dist
- name: Publish to PyPI
uses: PyO3/maturin-action@e21013af641daf9513198d98a6853760803a5c6c
uses: PyO3/maturin-action@ea5bac0f1ccd0ab11c805e2b804bfcb65dac2eab
with:
command: upload
args: --non-interactive --skip-existing dist/*
Expand Down
Loading