Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
AngheloAlf committed Dec 14, 2023
1 parent 8b7d820 commit c00359a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/maturin_upload_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
args: --release --out dist --find-interpreter
sccache: 'true'
manylinux: auto
working-directory: lib/
- name: Upload wheels
uses: actions/upload-artifact@v3
with:
Expand All @@ -59,6 +60,7 @@ jobs:
target: ${{ matrix.target }}
args: --release --out dist --find-interpreter
sccache: 'true'
working-directory: lib/
- name: Upload wheels
uses: actions/upload-artifact@v3
with:
Expand All @@ -81,6 +83,7 @@ jobs:
target: ${{ matrix.target }}
args: --release --out dist --find-interpreter
sccache: 'true'
working-directory: lib/
- name: Upload wheels
uses: actions/upload-artifact@v3
with:
Expand All @@ -96,6 +99,7 @@ jobs:
with:
command: sdist
args: --out dist
working-directory: lib/
- name: Upload sdist
uses: actions/upload-artifact@v3
with:
Expand All @@ -118,3 +122,4 @@ jobs:
with:
command: upload
args: --non-interactive --skip-existing *
working-directory: lib/

0 comments on commit c00359a

Please sign in to comment.