Compare commits

..

4 Commits

Author SHA1 Message Date
Marty Oehme db9294d8f2
Bump version
ci/woodpecker/push/woodpecker Pipeline was successful Details
2023-01-14 11:53:29 +01:00
Marty Oehme dcfd306451
Add distance calculation information to docstrings 2023-01-14 11:53:29 +01:00
Marty Oehme 836079cecb
Remove roadmap from README, add plugin status note 2023-01-14 11:53:29 +01:00
Marty Oehme 7684a0370a
Inject secrets into ci pipeline 2023-01-14 11:53:29 +01:00
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*