Skip to content

Commit 4e95808

Browse files
authored
Merge pull request #221 from jdkandersson/bugfix/release-action
Specify repository url
2 parents abcfeaa + 9c3f07f commit 4e95808

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/code-quality.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,12 +189,13 @@ jobs:
189189
files: |
190190
dist/*
191191
# - name: Publish distribution 📦 to Test PyPI
192-
# uses: pypa/gh-action-pypi-publish@master
192+
# uses: pypa/gh-action-pypi-publish@v1.4.1
193193
# with:
194194
# password: ${{ secrets.test_pypi_password }}
195195
# repository_url: https://test.pypi.org/legacy/
196196
- name: Publish distribution 📦 to PyPI
197197
if: startsWith(github.ref, 'refs/tags')
198-
uses: pypa/gh-action-pypi-publish@master
198+
uses: pypa/gh-action-pypi-publish@v1.4.1
199199
with:
200200
password: ${{ secrets.pypi_password }}
201+
repository_url: https://upload.pypi.org/legacy/

0 commit comments

Comments
 (0)