Skip to content

Commit 68d68e4

Browse files
committed
ci: dev
1 parent f7597da commit 68d68e4

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/cd.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,12 @@ jobs:
5656
version: ${{ fromJson(needs.zerv-versioning.outputs.versions).pep440 }}
5757
secrets:
5858
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

Comments
 (0)