We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7597da commit 68d68e4Copy full SHA for 68d68e4
.github/workflows/cd.yml
@@ -56,3 +56,12 @@ jobs:
56
version: ${{ fromJson(needs.zerv-versioning.outputs.versions).pep440 }}
57
secrets:
58
PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
59
+
60
+ publish-test-pypi:
61
+ needs: zerv-versioning
62
+ uses: ./.github/workflows/publish.yml
63
+ with:
64
+ version: ${{ fromJson(needs.zerv-versioning.outputs.versions).pep440 }}
65
+ repository_url: https://test.pypi.org/legacy/
66
+ secrets:
67
+ PYPI_API_TOKEN: ${{ secrets.TEST_PYPI_API_TOKEN }}
0 commit comments