Skip to content

Commit e1e1890

Browse files
author
Lionel Untereiner
authored
Update ci-publish-test-repo.yml
1 parent 0142a9c commit e1e1890

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/ci-publish-test-repo.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22

3-
on: [push,pull_request]
3+
on:
4+
release:
5+
types: [created]
46

57
jobs:
68
build:
@@ -103,4 +105,4 @@ jobs:
103105
run: |
104106
poetry config repositories.test https://test.pypi.org/legacy/
105107
poetry config http-basic.test ${{ secrets.POETRY_PYPI_TOKEN_USERNAME}} ${{ secrets.POETRY_TEST_PYPI_TOKEN_PASSWORD}}
106-
poetry publish --repository test
108+
poetry publish --repository test

0 commit comments

Comments
 (0)