Compare commits

...

4 commits

Author SHA1 Message Date
0249210bce
chore: update CHANGELOG
Some checks reported errors
continuous-integration/drone/push Build was killed
2022-10-14 21:01:15 +02:00
dd77061546
ci: debug
Some checks reported errors
continuous-integration/drone/push Build was killed
2022-10-14 20:48:25 +02:00
edd125d5bf
ci: add registry secrets
Some checks reported errors
continuous-integration/drone/push Build was killed
continuous-integration/drone/tag Build was killed
2022-10-14 20:43:47 +02:00
366a8b1ba5
ci: debug
Some checks reported errors
continuous-integration/drone/push Build was killed
continuous-integration/drone/tag Build was killed
2022-10-14 19:47:53 +02:00
2 changed files with 9 additions and 1 deletions

View file

@ -66,6 +66,11 @@ steps:
- poetry config repositories.roboces https://git.roboces.dev/api/packages/catalin/pypi
- poetry config http-basic.roboces "$REGISTRY_USERNAME" "$REGISTRY_PASSWORD"
- poetry publish --repository roboces
environment:
REGISTRY_USERNAME:
from_secret: REGISTRY_USERNAME
REGISTRY_PASSWORD:
from_secret: REGISTRY_PASSWORD
when:
ref:
- refs/tags/v*

View file

@ -1,7 +1,7 @@
# Changelog
All notable changes to this project will be documented in this file.
## [0.1.0] - 2022-10-05
## [0.1.0] - 2022-10-14
### Bug Fixes
@ -12,6 +12,9 @@ All notable changes to this project will be documented in this file.
- Add base jobs
- Add `linux-header` alpine dep @ install_deps job
- Install cargo before installing pre-commimt hooks
- Debug
- Add registry secrets
- Debug
### Features