Skip to content

Commit

Permalink
Update pypi-publish.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
altescy authored Nov 26, 2024
1 parent d949962 commit 650031b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pypi-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ on:

jobs:
deploy:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
if: github.event_name == 'release'
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Build and publish to pypi
uses: JRubics/poetry-publish@v1.8
uses: JRubics/poetry-publish@v2
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}

0 comments on commit 650031b

Please sign in to comment.