Fixed repository url
This commit is contained in:
parent
0277169408
commit
5f9ec95898
1 changed files with 2 additions and 2 deletions
|
@ -46,7 +46,7 @@ jobs:
|
|||
with:
|
||||
name: packages
|
||||
path: dist/*
|
||||
|
||||
|
||||
publish-artifacts:
|
||||
needs: ["build-artifacts"]
|
||||
runs-on: docker
|
||||
|
@ -60,4 +60,4 @@ jobs:
|
|||
- name: Install Dependencies
|
||||
run: pip install twine
|
||||
- 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/*
|
||||
|
|
Loading…
Reference in a new issue