We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f878ba9 commit c531219Copy full SHA for c531219
1 file changed
.github/workflows/publish_to_test_pypi.yml
@@ -27,8 +27,8 @@ jobs:
27
- name: Build and publish to pypi
28
uses: JRubics/poetry-publish@v2.1
29
with:
30
- python-version: "3.10"
31
- poetry-version: "==1.6.1"
+ python_version: "3.10"
+ poetry_version: "==1.6.1"
32
pypi_token: ${{ secrets.TESTPYPI_API_TOKEN }}
33
repository_name: "avstack-core"
34
repository_url: "https://test.pypi.org/legacy/"
0 commit comments