Skip to content

Commit

Permalink
Bump gh action in the release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bergercookie committed Aug 19, 2024
1 parent 928a274 commit 5daf412
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
name: Publish package
on:
push:
pull_request:

jobs:
publish_package:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Publish package to pypi
uses: JRubics/poetry-publish@v1.16
uses: JRubics/poetry-publish@v2.0
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
with:
pypi_token: ${{ secrets.PYPI_API_TOKEN }}
Expand Down

0 comments on commit 5daf412

Please sign in to comment.