Inject secrets into ci pipeline

This commit is contained in:
Marty Oehme 2023-01-14 11:53:01 +01:00
parent dcf367b385
commit 7684a0370a
Signed by: Marty
GPG Key ID: 73BA40D5AFAF49C9
1 changed files with 1 additions and 0 deletions

View File

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