Compare commits
3 commits
db9294d8f2
...
d8706e84f6
Author | SHA1 | Date | |
---|---|---|---|
d8706e84f6 | |||
fc051ed49e | |||
bb2340fce1 |
1 changed files with 0 additions and 1 deletions
|
@ -52,7 +52,6 @@ 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