Skip to content

Commit

Permalink
Merge pull request #367 from randovania/bugfix/release
Browse files Browse the repository at this point in the history
Fix CI for release
  • Loading branch information
henriquegemignani authored Oct 11, 2024
2 parents 0d0dbd3 + ea1508b commit 43fcbb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ jobs:

permissions:
id-token: write
contents: write

steps:
- name: Download all the dists
Expand All @@ -184,7 +185,6 @@ jobs:
file_glob: true
tag: ${{ github.ref }}
overwrite: true
body: "New release"

- name: Publish 📦 to PyPI
if: ${{ startsWith(github.ref, 'refs/tags/') }}
Expand Down

0 comments on commit 43fcbb6

Please sign in to comment.