Fixed repository url
All checks were successful
/ backend-pylint (push) Successful in 19s
/ publish-artifacts (push) Successful in 10s
/ build-artifacts (push) Successful in 10s

This commit is contained in:
Firq 2023-12-21 17:24:21 +01:00
parent 0277169408
commit 5f9ec95898
Signed by: Firq
GPG key ID: 4DE1059A4666E89F

View file

@ -46,7 +46,7 @@ jobs:
with: with:
name: packages name: packages
path: dist/* path: dist/*
publish-artifacts: publish-artifacts:
needs: ["build-artifacts"] needs: ["build-artifacts"]
runs-on: docker runs-on: docker
@ -60,4 +60,4 @@ jobs:
- name: Install Dependencies - name: Install Dependencies
run: pip install twine run: pip install twine
- name: Upload package to registry - name: Upload package to registry
run: python -m twine upload --repository-url ${{ env.REPOSITORY_URL }} -u ${{ secrets.TWINE_DEPLOY_USER }} -p ${{ secrets.TWINE_DEPLOY_PASSWORD }} dist/* run: python -m twine upload --repository-url ${{ secrets.REPOSITORY_URL }} -u ${{ secrets.TWINE_DEPLOY_USER }} -p ${{ secrets.TWINE_DEPLOY_PASSWORD }} dist/*