ci: move back to forgejo
Unit test coverage / pytest (pull_request) Successful in 2m3s
Unit test coverage / pytest (push) Successful in 1m51s
CI for pypl publish / publish-lib (push) Successful in 1m53s

ISSUES CLOSED: clevermicro/amq-adapter-python#8
This commit was merged in pull request #46.
This commit is contained in:
2025-05-16 15:43:32 +08:00
committed by Forgejo
parent 73aca8cf25
commit 8224e4020f
+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: