Skip to content

Commit 2a3933a

Browse files
β¬†οΈπŸ‘¨β€πŸ’» Update PyO3/maturin-action action to v1.49.4 (#216)
1 parent e60ec25 commit 2a3933a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

β€Ž.github/workflows/python.yamlβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
with:
4444
python-version: 3.x
4545
- name: Build wheels
46-
uses: PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1
46+
uses: PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4
4747
with:
4848
target: ${{ matrix.arch }}
4949
args: --release --out dist --find-interpreter
@@ -60,7 +60,7 @@ jobs:
6060
steps:
6161
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
6262
- name: Build sdist
63-
uses: PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1
63+
uses: PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4
6464
with:
6565
command: sdist
6666
args: --out dist
@@ -92,7 +92,7 @@ jobs:
9292
with:
9393
subject-path: "wheels-*/*"
9494
- name: Publish to PyPI
95-
uses: PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1
95+
uses: PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4
9696
with:
9797
command: upload
9898
args: --non-interactive --skip-existing wheels-*/*

0 commit comments

Comments
Β (0)