Skip to content

Commit

Permalink
! github workflow publish python version tryout
Browse files Browse the repository at this point in the history
  • Loading branch information
ALERTua committed Jan 6, 2024
1 parent 7cef8ac commit f1f10f4
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 @@ -18,6 +18,6 @@ jobs:
uses: JRubics/poetry-publish@v1.17
with:
pypi_token: ${{ secrets.PYPI_TEST_TOKEN }}
python_version: "3.11.6"
python_version: "3.11"
repository_name: "testpypi"
repository_url: "https://test.pypi.org/legacy/"
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ jobs:
- name: Build and publish to pypi
uses: JRubics/poetry-publish@v1.17
with:
python_version: "3.11.6"
python_version: "3.11"
pypi_token: ${{ secrets.PYPI_TOKEN }}

0 comments on commit f1f10f4

Please sign in to comment.