Skip to content

Commit 9b76266

Browse files
authored
Set python version to 3.10 (#5)
1 parent c0e19f1 commit 9b76266

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/publish.yaml

+4-2
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,17 @@ jobs:
1212
# publish to pypi
1313
- if: github.event_name == 'release'
1414
name: Build and publish to pypi
15-
uses: JRubics/poetry-publish@v1.16
15+
uses: JRubics/poetry-publish@v1.17
1616
with:
1717
pypi_token: ${{ secrets.PYPI_TOKEN }}
1818
plugins: "poetry-dynamic-versioning-plugin"
19+
python_version: "3.10"
1920
# publish to testpypi
2021
- if: github.event_name != 'release'
2122
name: Build and publish to testpypi
22-
uses: JRubics/poetry-publish@v1.16
23+
uses: JRubics/poetry-publish@v1.17
2324
with:
25+
python_version: "3.10"
2426
repository_name: "testpypi"
2527
repository_url: "https://test.pypi.org/legacy/"
2628
pypi_token: ${{ secrets.TESTPYPI_TOKEN }}

0 commit comments

Comments
 (0)