We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2148d4d + 7b76f8f commit 466a468Copy full SHA for 466a468
1 file changed
.github/workflows/code-quality.yaml
@@ -188,7 +188,8 @@ jobs:
188
body: ${{ steps.changelog_entry.outputs.log_entry }}
189
files: |
190
dist/*
191
- - name: Publish the packages
192
- run: |
193
- python -m pip install --upgrade twine
194
- python -m twine upload dist/
+ - name: Publish distribution 📦 to Test PyPI
+ uses: pypa/gh-action-pypi-publish@master
+ with:
+ password: ${{ secrets.test_pypi_password }}
195
+ repository_url: https://test.pypi.org/legacy/
0 commit comments