Compare commits

..

4 commits

Author SHA1 Message Date
db9294d8f2
Bump version
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-01-14 11:53:29 +01:00
dcfd306451
Add distance calculation information to docstrings 2023-01-14 11:53:29 +01:00
836079cecb
Remove roadmap from README, add plugin status note 2023-01-14 11:53:29 +01:00
7684a0370a
Inject secrets into ci pipeline 2023-01-14 11:53:29 +01:00

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*