Uncommented crates.io section.

This commit is contained in:
TC 2024-04-30 00:04:30 +00:00
parent c3035a0406
commit 6a7afe9017

View File

@ -248,12 +248,7 @@ dryrun_package_amd64_rpm:
- vlt run --command="cargo publish -p veilid-tools --dry-run"
- vlt run --command="cargo publish -p veilid-core --dry-run"
rules:
- if: ($CI_PIPELINE_SOURCE == "push" || $CI_PIPELINE_SOURCE == "merge_request_event") && $CI_COMMIT_TAG == NULL
changes:
- .gitlab-ci.yml
- scripts/cicd/**/*
- Earthfile
- package/**/*
- if: $CI_COMMIT_MESSAGE =~ /\[ci dryrun]/
dryrun_publish_python:
stage: build_packages