ci: move back to forgejo
ISSUES CLOSED: clevermicro/amq-adapter-python#8
This commit was merged in pull request #46.
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user