diff --git a/.drone.yml b/.drone.yml index 1cee614..df0906b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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* diff --git a/CHANGELOG b/CHANGELOG index d0513b8..d365dfb 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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