Skip to content

Commit

Permalink
Merge pull request #12 from cjmayo/pypi
Browse files Browse the repository at this point in the history
Publish release to PyPI
  • Loading branch information
cjmayo authored Apr 21, 2023
2 parents 13dabd2 + a1cd360 commit f409af8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: write
id-token: write

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -52,3 +53,6 @@ jobs:
gh release upload ${{ github.ref_name }} dist/*
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

- name: Publish distribution files to PyPI
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit f409af8

Please sign in to comment.