Inject secrets into ci pipeline
This commit is contained in:
parent
dcf367b385
commit
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