diff --git a/.forgejo/workflows/publish-python.yaml b/.forgejo/workflows/publish-python.yaml index 04783c2..c4bbb97 100644 --- a/.forgejo/workflows/publish-python.yaml +++ b/.forgejo/workflows/publish-python.yaml @@ -40,11 +40,11 @@ jobs: # publish - name: publish to pulp pypi run: | - twine upload --repository-url https://pkg.cleverthis.io/pypi/clevermicro/amq-adapter-python/simple/ \ - --username $CI_REGISTRY_USER \ - --password $CI_REGISTRY_PASSWORD \ + twine upload --repository-url https://git.cleverthis.com/api/packages/clevermicro/pypi \ + --username ${CI_REGISTRY_USER} \ + --password ${CI_REGISTRY_PASSWORD} \ --verbose \ dist/* env: CI_REGISTRY_USER: ${{ secrets.REGISTRY_USER }} - CI_REGISTRY_PASSWORD: ${{ secrets.REGISTRY_PASSWORD }} \ No newline at end of file + CI_REGISTRY_PASSWORD: ${{ secrets.REGISTRY_PASSWORD }}