Skip to content

Commit

Permalink
UPdated github actions to publish on poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
kdpisda committed Sep 25, 2024
1 parent 149bf06 commit 2378adb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Build and publish to pypi
uses: JRubics/poetry-publish@v1.9
uses: JRubics/poetry-publish@v2.0
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}

0 comments on commit 2378adb

Please sign in to comment.