Compare commits

..

No commits in common. "0249210bce631a34b729a97d76fdd11882f42347" and "d49b19881d04adb1ba968bc473956011795e87c3" have entirely different histories.

2 changed files with 1 additions and 9 deletions

View file

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

View file

@ -1,7 +1,7 @@
# Changelog # Changelog
All notable changes to this project will be documented in this file. 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 ### Bug Fixes
@ -12,9 +12,6 @@ All notable changes to this project will be documented in this file.
- Add base jobs - Add base jobs
- Add `linux-header` alpine dep @ install_deps job - Add `linux-header` alpine dep @ install_deps job
- Install cargo before installing pre-commimt hooks - Install cargo before installing pre-commimt hooks
- Debug
- Add registry secrets
- Debug
### Features ### Features