Skip to content

Commit 8a956b8

Browse files
committed
ci: dev
1 parent 5988de1 commit 8a956b8

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/ci.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,17 @@ jobs:
5454
pre-commit:
5555
name: pre-commit
5656
uses: ./.github/workflows/pre-commit.yml
57+
58+
# ====================================================
59+
# Deployment
60+
# ====================================================
61+
publish-test-pypi:
62+
name: publish-to-test-pypi
63+
if: needs.check-pre-release.outputs.is_valid == 'true'
64+
needs: [zerv-versioning, check-pre-release]
65+
uses: ./.github/workflows/publish.yml
66+
with:
67+
version: ${{ fromJson(needs.zerv-versioning.outputs.versions).pep440 }}
68+
repository_url: https://test.pypi.org/legacy/
69+
secrets:
70+
PYPI_API_TOKEN: ${{ secrets.TEST_PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)