Skip to content

Commit

Permalink
chore: try to upload release
Browse files Browse the repository at this point in the history
  • Loading branch information
GabDug committed Dec 23, 2023
1 parent ad98301 commit 4f0762a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ on:
types: [published]

permissions:
contents: read
contents: write


jobs:
pypi-publish:
Expand All @@ -29,3 +30,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
file: ./dist/*
release_id: ${{ github.event.release.id }}

0 comments on commit 4f0762a

Please sign in to comment.