Skip to content

Commit c531219

Browse files
author
spencer@primus
committed
Fix python version
1 parent f878ba9 commit c531219

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish_to_test_pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
- name: Build and publish to pypi
2828
uses: JRubics/poetry-publish@v2.1
2929
with:
30-
python-version: "3.10"
31-
poetry-version: "==1.6.1"
30+
python_version: "3.10"
31+
poetry_version: "==1.6.1"
3232
pypi_token: ${{ secrets.TESTPYPI_API_TOKEN }}
3333
repository_name: "avstack-core"
3434
repository_url: "https://test.pypi.org/legacy/"

0 commit comments

Comments
 (0)