Skip to content

Commit

Permalink
! pypi workflow action versions bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ALERTua committed Jul 30, 2024
1 parent 0ea9d69 commit 9832741
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ 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.17
uses: JRubics/poetry-publish@v2
with:
pypi_token: ${{ secrets.PYPI_TEST_TOKEN }}
python_version: "3.12"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ 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.17
uses: JRubics/poetry-publish@v2
with:
python_version: "3.12"
pypi_token: ${{ secrets.PYPI_TOKEN }}

0 comments on commit 9832741

Please sign in to comment.