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 9832741 commit 4b8c627
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Build and publish to pypi
uses: JRubics/poetry-publish@v2
uses: JRubics/poetry-publish@v2.0
with:
pypi_token: ${{ secrets.PYPI_TEST_TOKEN }}
python_version: "3.12"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Build and publish to pypi
uses: JRubics/poetry-publish@v2
uses: JRubics/poetry-publish@v2.0
with:
python_version: "3.12"
pypi_token: ${{ secrets.PYPI_TOKEN }}

0 comments on commit 4b8c627

Please sign in to comment.