diff --git a/.drone.yml b/.drone.yml index df0906b..1cee614 100644 --- a/.drone.yml +++ b/.drone.yml @@ -66,11 +66,6 @@ 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 d365dfb..d0513b8 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-14 +## [0.1.0] - 2022-10-05 ### Bug Fixes @@ -12,9 +12,6 @@ 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