Skip to content

Commit

Permalink
Correct release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelmbn authored Sep 19, 2024
1 parent c90ec9a commit b512d38
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
concurrency:
group: ${{ github.event_name }}_${{ github.ref_name }}
permissions:
contents: write # IMPORTANT: mandatory for making GitHub Releases
id-token: write
jobs:
# Build and verify wheels
Expand Down Expand Up @@ -57,6 +58,7 @@ jobs:
- name: Upload package to Test PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
verbose: true
repository-url: https://test.pypi.org/legacy/
# Upload to real PyPI on GitHub Releases.
release-pypi:
Expand Down

0 comments on commit b512d38

Please sign in to comment.