moved crates and pypi publishing to build_packages stage

This commit is contained in:
TC 2024-04-05 00:53:28 +00:00
parent e3f396f93d
commit feeafe290a

View File

@ -117,7 +117,7 @@ package_amd64_rpm:
- if: '$CI_COMMIT_TAG =~ /v\d.+/' - if: '$CI_COMMIT_TAG =~ /v\d.+/'
publish_crates: publish_crates:
stage: distribute stage: build_packages
tags: tags:
- build-amd64-deb - build-amd64-deb
script: script:
@ -130,9 +130,7 @@ publish_crates:
- if: '$CI_COMMIT_TAG =~ /v\d.+/' - if: '$CI_COMMIT_TAG =~ /v\d.+/'
publish_python: publish_python:
stage: distribute stage: build_packages
needs:
- publish_crates
tags: tags:
- build-amd64-deb - build-amd64-deb
script: script: