Skip to content

Commit

Permalink
Add pypi publication workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dcode authored Nov 18, 2022
1 parent 783e62d commit d1ea656
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Upload Python Package
on:
release:
types: [published]

permissions:
contents: read

jobs:
deploy:

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build and publish to pypi
uses: JRubics/[email protected]
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}

0 comments on commit d1ea656

Please sign in to comment.