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
|
||||
- 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