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
|
||||
- echo "----------------- publishing to pypi ------------------"
|
||||
- poetry publish --username "$PYPI_USERNAME" --password "$PYPI_PASSWORD"
|
||||
secrets: [ pypi_username, pypi_password ]
|
||||
when:
|
||||
event: tag
|
||||
tag: v*
|
||||
|
|
Loading…
Reference in a new issue