Skip to content

Commit

Permalink
Update release workflow (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
brennenho authored Aug 3, 2024
2 parents 9d47d05 + b27da0d commit bf5cc37
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ jobs:
publish:
name: publish
runs-on: ubuntu-latest
environment: release
timeout-minutes: 10
needs: build
timeout-minutes: 10
environment: release
permissions:
id-token: write

Expand All @@ -67,7 +67,4 @@ jobs:
path: dist/

- name: publish to pypi
uses: pypa/gh-action-pypi-publish@v1.5.0
with:
user: __token__
password: ${{ secrets.PYPI_KEY }}
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit bf5cc37

Please sign in to comment.