Skip to content

Commit

Permalink
publish to PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
ntessore committed Nov 20, 2023
1 parent ca88b86 commit 4aed59d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Release
on:
release:
types:
- published
jobs:
publish:
name: Publish on PyPI
runs-on: ubuntu-latest
permissions:
id-token: write
steps:
- uses: actions/checkout@v4
- run: pipx run build
- uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit 4aed59d

Please sign in to comment.