Compare commits
4 commits
d8706e84f6
...
db9294d8f2
Author | SHA1 | Date | |
---|---|---|---|
db9294d8f2 | |||
dcfd306451 | |||
836079cecb | |||
7684a0370a |
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ pipeline:
|
||||||
- poetry install
|
- poetry install
|
||||||
- echo "----------------- publishing to pypi ------------------"
|
- echo "----------------- publishing to pypi ------------------"
|
||||||
- poetry publish --username "$PYPI_USERNAME" --password "$PYPI_PASSWORD"
|
- poetry publish --username "$PYPI_USERNAME" --password "$PYPI_PASSWORD"
|
||||||
|
secrets: [ pypi_username, pypi_password ]
|
||||||
when:
|
when:
|
||||||
event: tag
|
event: tag
|
||||||
tag: v*
|
tag: v*
|
||||||
|
|
Loading…
Reference in a new issue