ci: launch ci/bump_dev.py with .venv's python instead of system's
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
045de5eaaf
commit
8b48a8c202
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ steps:
|
||||||
pull: true
|
pull: true
|
||||||
image: git.roboces.dev/catalin/poetry:beta
|
image: git.roboces.dev/catalin/poetry:beta
|
||||||
commands:
|
commands:
|
||||||
- python ci/bump_dev.py
|
- .venv/bin/python ci/bump_dev.py
|
||||||
- poetry build
|
- poetry build
|
||||||
- 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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue