Skip to content

Commit 63a269d

Browse files
authored
Update workflow.yml
1 parent 383bbf3 commit 63a269d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/workflow.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,13 @@ jobs:
3939
--wheel
4040
--outdir dist/
4141
.
42+
- name: Publish distribution 📦 to Test PyPI
43+
uses: pypa/gh-action-pypi-publish@master
44+
with:
45+
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
46+
repository_url: https://test.pypi.org/legacy/
4247
- name: Publish distribution 📦 to PyPI
4348
if: startsWith(github.ref, 'refs/tags')
4449
uses: pypa/gh-action-pypi-publish@master
4550
with:
46-
password: ${{ secrets.PYPI_API_TOKEN }}
51+
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)