Update the Ci/CD pipline to publish AMQ as library

This commit is contained in:
Stanislav Hejny
2025-02-27 04:11:05 +00:00
parent a633ecef4c
commit 30e046b234
+4 -4
View File
@@ -59,7 +59,7 @@ publish:
script:
# - twine upload --username $CI_REGISTRY_USER --password $CI_REGISTRY_PASSWORD dist/*
- twine upload --repository-url https://git.cleverthis.com/api/v4/projects/$PROJECT_ID/packages/pypi --username $CI_REGISTRY_USER --password $CI_REGISTRY_PASSWORD dist/*
only:
- main # Only publish from the main branch
rules:
- if: $CI_COMMIT_BRANCH == "main"
#only:
# - main # Only publish from the main branch
#rules:
# - if: $CI_COMMIT_BRANCH == "main"