Compare commits

...

1 Commits
v0.4.1 ... main

Author SHA1 Message Date
Marty Oehme 6df22f8cd5
Add pypi release automation
ci/woodpecker/push/woodpecker Pipeline was successful Details
2022-01-19 16:53:26 +01:00
1 changed files with 11 additions and 0 deletions

View File

@ -60,6 +60,17 @@ pipeline:
event: tag
tag: v*
pypi_release:
image: python
commands:
- pip install poetry
- poetry install
- echo "----------------- publishing to pypi ------------------"
- poetry publish --username "$PYPI_USERNAME" --password "$PYPI_PASSWORD"
when:
event: tag
tag: v*
notify_matrix:
image: plugins/matrix
settings: