Skip to content

Commit

Permalink
Update upload command.
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminrwilson committed Feb 27, 2024
1 parent a72c57c commit 9d65c69
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,15 +105,14 @@ jobs:
permissions:
id-token: write
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: wheels
- name: Publish to PyPI
uses: PyO3/maturin-action@v1
with:
command: upload
args: --non-interactive --skip-existing *
repository-url: https://test.pypi.org/legacy/
pattern: wheels-*
merge-multiple: true
- name: Publish
run: |
pip install maturin
maturin upload --repository-url https://test.pypi.org/legacy/ --skip-existing *
release:
name: Release
Expand Down

0 comments on commit 9d65c69

Please sign in to comment.