Merge branch 'develop' into cleverbrag-integration-2
Unit test coverage / pytest (push) Successful in 1m14s
Unit test coverage / pytest (pull_request) Successful in 1m14s

This commit is contained in:
2025-06-02 23:23:26 +00:00
committed by Forgejo
+3 -3
View File
@@ -40,9 +40,9 @@ jobs:
# publish # publish
- name: publish to pulp pypi - name: publish to pulp pypi
run: | run: |
twine upload --repository-url https://pkg.cleverthis.io/pypi/clevermicro/amq-adapter-python/simple/ \ twine upload --repository-url https://git.cleverthis.com/api/packages/clevermicro/pypi \
--username $CI_REGISTRY_USER \ --username ${CI_REGISTRY_USER} \
--password $CI_REGISTRY_PASSWORD \ --password ${CI_REGISTRY_PASSWORD} \
--verbose \ --verbose \
dist/* dist/*
env: env: