Skip to content

Commit

Permalink
ci: resolve the maturin upload authentication issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
nkaz001 committed Aug 11, 2024
1 parent 7701ec6 commit bb2e4da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ jobs:
runs-on: ubuntu-latest
if: inputs.dry-run == false
needs: [linux, musllinux, windows, macos, sdist]
container: ghcr.io/pyo3/maturin:main
steps:
- uses: actions/download-artifact@v4
- name: Publish to PyPI
Expand Down

0 comments on commit bb2e4da

Please sign in to comment.