Skip to content

Commit 466a468

Browse files
authored
Merge pull request #218 from jdkandersson/bugfix/release-action
Move to using pypa release action
2 parents 2148d4d + 7b76f8f commit 466a468

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/code-quality.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,8 @@ jobs:
188188
body: ${{ steps.changelog_entry.outputs.log_entry }}
189189
files: |
190190
dist/*
191-
- name: Publish the packages
192-
run: |
193-
python -m pip install --upgrade twine
194-
python -m twine upload dist/
191+
- name: Publish distribution 📦 to Test PyPI
192+
uses: pypa/gh-action-pypi-publish@master
193+
with:
194+
password: ${{ secrets.test_pypi_password }}
195+
repository_url: https://test.pypi.org/legacy/

0 commit comments

Comments
 (0)