Update the Ci/CD pipline to publish AMQ as library
This commit is contained in:
+4
-4
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user