Compare commits
4 commits
d49b19881d
...
0249210bce
| Author | SHA1 | Date | |
|---|---|---|---|
|
0249210bce |
|||
|
dd77061546 |
|||
|
edd125d5bf |
|||
|
366a8b1ba5 |
2 changed files with 9 additions and 1 deletions
|
|
@ -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*
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue