Skip to content

Commit

Permalink
Specify repository url
Browse files Browse the repository at this point in the history
  • Loading branch information
David Andersson committed Nov 15, 2020
1 parent 797bbe1 commit 9c3f07f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/code-quality.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -189,12 +189,13 @@ jobs:
files: |
dist/*
# - name: Publish distribution 📦 to Test PyPI
# uses: pypa/gh-action-pypi-publish@master
# uses: pypa/gh-action-pypi-publish@v1.4.1
# with:
# password: ${{ secrets.test_pypi_password }}
# repository_url: https://test.pypi.org/legacy/
- name: Publish distribution 📦 to PyPI
if: startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@v1.4.1
with:
password: ${{ secrets.pypi_password }}
repository_url: https://upload.pypi.org/legacy/

0 comments on commit 9c3f07f

Please sign in to comment.