Skip to content

Commit

Permalink
Add github workflow to upload to PyPI
Browse files Browse the repository at this point in the history
Signed-off-by: trafalgarzzz <[email protected]>
  • Loading branch information
TrafalgarZZZ committed Mar 6, 2024
1 parent f7f5fb3 commit 621f9c1
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 @@ -9,6 +9,8 @@ jobs:
build-and-publish:
name: publish to PyPI
runs-on: ubuntu-latest
permissions:
id-token: write
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
Expand Down

0 comments on commit 621f9c1

Please sign in to comment.