Skip to content

Commit

Permalink
ci: add Github workflow to publish to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
ahal committed Feb 7, 2024
1 parent a59cae8 commit 8cc363f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
jobs:
pypi-publish:
name: upload release to PyPI
runs-on: ubuntu-latest
environment: release
permissions:
id-token: write
steps:
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit 8cc363f

Please sign in to comment.