Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ jobs:
release:
runs-on: ubuntu-latest
needs: [build-sdist, build-wheels]
environment: pypi
permissions:
id-token: write
steps:
- name: Download artifacts
uses: actions/download-artifact@v5
Expand All @@ -71,8 +74,6 @@ jobs:
run: ls -l dist
- name: Upload to pypi
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{secrets.PYPI_API_TOKEN}}
- name: Create GitHub release
run: gh release create "$GITHUB_REF_NAME" --generate-notes
env:
Expand Down