Skip to content

Commit

Permalink
Merge pull request #221 from jdkandersson/bugfix/release-action
Browse files Browse the repository at this point in the history
Specify repository url
  • Loading branch information
jdkandersson authored Nov 15, 2020
2 parents abcfeaa + 9c3f07f commit 4e95808
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 4e95808

Please sign in to comment.