Skip to content

Commit

Permalink
Attempt 2 to fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfG committed Apr 5, 2024
1 parent 6e0e073 commit 3a0b359
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,8 @@ jobs:
id-token: write
steps:
- uses: actions/download-artifact@v4
with:
path: dist
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
- name: Delete artifacts after upload
uses: geekyeggo/delete-artifact@v5
uses: PyO3/maturin-action@v1
with:
name: wheels-*
command: upload
args: --non-interactive --skip-existing wheels-*/*

0 comments on commit 3a0b359

Please sign in to comment.