Add secrets to deploy
Some checks failed
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/deploy Pipeline was successful
ci/woodpecker/push/linting Pipeline failed

This commit is contained in:
RealStickman 2022-09-12 18:43:38 +02:00
parent 283d8218d7
commit 095c6cb370

View File

@ -4,6 +4,7 @@ pipeline:
when:
event: tag
branch: [main, master]
secrets: [ twine_username, twine_password ]
commands:
- python --version
- pip install -U twine --quiet