Skip to content

Commit

Permalink
! github workflow python version
Browse files Browse the repository at this point in the history
  • Loading branch information
ALERTua committed Jan 6, 2024
1 parent 32991c7 commit 7cef8ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/pypi-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Build and publish to pypi
uses: JRubics/poetry-publish@v1.13
uses: JRubics/poetry-publish@v1.17
with:
pypi_token: ${{ secrets.PYPI_TEST_TOKEN }}
python_version: "3.11.6"
repository_name: "testpypi"
repository_url: "https://test.pypi.org/legacy/"
3 changes: 2 additions & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Build and publish to pypi
uses: JRubics/poetry-publish@v1.13
uses: JRubics/poetry-publish@v1.17
with:
python_version: "3.11.6"
pypi_token: ${{ secrets.PYPI_TOKEN }}

0 comments on commit 7cef8ac

Please sign in to comment.