Skip to content

Commit 6229fdd

Browse files
committed
updates
1 parent ebe4ea6 commit 6229fdd

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/create-python-release.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ on:
1717

1818
defaults:
1919
run:
20-
working-directory: minimappers2
2120
shell: bash
2221

2322
permissions:
@@ -43,6 +42,7 @@ jobs:
4342
target: ppc64le
4443
steps:
4544
- uses: actions/checkout@v4
45+
- run: cd minimappers2
4646
- uses: actions/setup-python@v5
4747
with:
4848
python-version: 3.x
@@ -81,6 +81,7 @@ jobs:
8181
target: armv7
8282
steps:
8383
- uses: actions/checkout@v4
84+
- run: cd minimappers2
8485
- uses: actions/setup-python@v5
8586
with:
8687
python-version: 3.x
@@ -117,6 +118,7 @@ jobs:
117118
target: aarch64
118119
steps:
119120
- uses: actions/checkout@v4
121+
- run: cd minimappers2
120122
- uses: actions/setup-python@v5
121123
with:
122124
python-version: 3.x
@@ -142,6 +144,7 @@ jobs:
142144
runs-on: ubuntu-latest
143145
steps:
144146
- uses: actions/checkout@v4
147+
- run: cd minimappers2
145148
- name: Build sdist
146149
uses: PyO3/maturin-action@v1
147150
with:
@@ -167,6 +170,7 @@ jobs:
167170
attestations: write
168171
steps:
169172
- uses: actions/download-artifact@v4
173+
- run: cd minimappers2
170174
- name: Generate artifact attestation
171175
uses: actions/attest-build-provenance@v1
172176
with:
@@ -175,7 +179,7 @@ jobs:
175179
if: ${{ startsWith(github.ref, 'refs/tags/') }}
176180
uses: PyO3/maturin-action@v1
177181
env:
178-
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
182+
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
179183
with:
180184
command: upload
181185
args: --non-interactive --skip-existing wheels-*/*

0 commit comments

Comments
 (0)