added testpypi api token
This commit is contained in:
@@ -25,6 +25,7 @@ jobs:
|
|||||||
if: ${{ !(startsWith(github.ref, 'refs/tags'))}}
|
if: ${{ !(startsWith(github.ref, 'refs/tags'))}}
|
||||||
uses: JRubics/poetry-publish@v1.16
|
uses: JRubics/poetry-publish@v1.16
|
||||||
with:
|
with:
|
||||||
|
pypi_token: ${{ secrets.TEST_PYPI_API_TOKEN }}
|
||||||
plugins: "poetry-dynamic-versioning"
|
plugins: "poetry-dynamic-versioning"
|
||||||
repository_name: "scraibe"
|
repository_name: "scraibe"
|
||||||
repository_url: "https://test.pypi.org/legacy/"
|
repository_url: "https://test.pypi.org/legacy/"
|
||||||
|
|||||||
Reference in New Issue
Block a user