File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 1717
1818defaults :
1919 run :
20- working-directory : minimappers2
2120 shell : bash
2221
2322permissions :
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
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-*/*
You can’t perform that action at this time.
0 commit comments