Skip to content

Commit

Permalink
Merge pull request #5 from thehyve/fix-action
Browse files Browse the repository at this point in the history
Fix publish action
  • Loading branch information
Spayralbe authored Apr 15, 2024
2 parents 7ae313a + cf421b6 commit 02f04e4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: publish to PyPI 🐍

on: release
on:
release:
types: [published]

jobs:
pypi-publish:
Expand All @@ -11,6 +13,7 @@ jobs:
permissions:
# IMPORTANT: this permission is mandatory for trusted publishing
id-token: write
contents: read
steps:
- uses: actions/checkout@v4
- name: Set up Python
Expand Down

0 comments on commit 02f04e4

Please sign in to comment.