Add secrets to deploy
This commit is contained in:
parent
283d8218d7
commit
095c6cb370
@ -4,6 +4,7 @@ pipeline:
|
|||||||
when:
|
when:
|
||||||
event: tag
|
event: tag
|
||||||
branch: [main, master]
|
branch: [main, master]
|
||||||
|
secrets: [ twine_username, twine_password ]
|
||||||
commands:
|
commands:
|
||||||
- python --version
|
- python --version
|
||||||
- pip install -U twine --quiet
|
- pip install -U twine --quiet
|
||||||
|
Loading…
Reference in New Issue
Block a user