Skip to content

Commit

Permalink
updated to remove conflicting artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
mburridge96 committed Apr 17, 2024
1 parent c7c584c commit c9817a0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
name: wheels
name: wheels-macos-universal2-apple-darwin
path: dist

windows:
Expand All @@ -63,7 +63,7 @@ jobs:
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
name: wheels
name: wheels-windows-${{ matrix.target }}
path: dist

linux:
Expand All @@ -87,7 +87,7 @@ jobs:
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
name: wheels
name: wheels-linux-${{ matrix.target }}
path: dist

release:
Expand All @@ -105,6 +105,6 @@ jobs:
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
with:
command: upload
args: --repository=testpypi --non-interactive --skip-existing wheels/rocraters-*
args: --repository=testpypi --non-interactive --skip-existing wheels-*/*


0 comments on commit c9817a0

Please sign in to comment.