mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-07-30 10:18:41 -04:00
Version update: v0.4.6 → v0.4.7
Commented crates and python publishing to get release published
This commit is contained in:
parent
474b0124bb
commit
e5e3fd03c1
1 changed files with 28 additions and 28 deletions
|
@ -164,35 +164,35 @@ package_linux:
|
||||||
rules:
|
rules:
|
||||||
- if: '$CI_COMMIT_TAG =~ /v\d.+/'
|
- if: '$CI_COMMIT_TAG =~ /v\d.+/'
|
||||||
|
|
||||||
publish_crates:
|
# publish_crates:
|
||||||
stage: build_packages
|
# stage: build_packages
|
||||||
needs:
|
# needs:
|
||||||
- package_linux
|
# - package_linux
|
||||||
tags:
|
# tags:
|
||||||
- build-amd64-deb
|
# - build-amd64-deb
|
||||||
script:
|
# script:
|
||||||
- vlt login
|
# - vlt login
|
||||||
- vlt run --command="cargo publish -p veilid-tools --dry-run"
|
# - vlt run --command="cargo publish -p veilid-tools --dry-run"
|
||||||
- vlt run --command="cargo publish -p veilid-tools"
|
# - vlt run --command="cargo publish -p veilid-tools"
|
||||||
- vlt run --command="cargo publish -p veilid-core --dry-run"
|
# - vlt run --command="cargo publish -p veilid-core --dry-run"
|
||||||
- vlt run --command="cargo publish -p veilid-core"
|
# - vlt run --command="cargo publish -p veilid-core"
|
||||||
- vlt run --command="cargo publish -p veilid-remote-api --dry-run"
|
# - vlt run --command="cargo publish -p veilid-remote-api --dry-run"
|
||||||
- vlt run --command="cargo publish -p veilid-remote-api"
|
# - vlt run --command="cargo publish -p veilid-remote-api"
|
||||||
rules:
|
# rules:
|
||||||
- if: '$CI_COMMIT_TAG =~ /v\d.+/'
|
# - if: '$CI_COMMIT_TAG =~ /v\d.+/'
|
||||||
|
|
||||||
publish_python:
|
# publish_python:
|
||||||
stage: build_packages
|
# stage: build_packages
|
||||||
needs:
|
# needs:
|
||||||
- package_linux
|
# - package_linux
|
||||||
tags:
|
# tags:
|
||||||
- build-amd64-deb
|
# - build-amd64-deb
|
||||||
script:
|
# script:
|
||||||
- vlt login
|
# - vlt login
|
||||||
- cd veilid-python && /home/gitlab-runner/.local/bin/poetry build
|
# - cd veilid-python && /home/gitlab-runner/.local/bin/poetry build
|
||||||
- vlt run --command="/home/gitlab-runner/.local/bin/poetry publish"
|
# - vlt run --command="/home/gitlab-runner/.local/bin/poetry publish"
|
||||||
rules:
|
# rules:
|
||||||
- if: '$CI_COMMIT_TAG =~ /v\d.+/'
|
# - if: '$CI_COMMIT_TAG =~ /v\d.+/'
|
||||||
|
|
||||||
build_repositories:
|
build_repositories:
|
||||||
stage: distribute
|
stage: distribute
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue