Skip to content

Commit 09e150d

Browse files
committed
turn on test upload to Test PyPI
1 parent 31d2b2e commit 09e150d

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/build-and-deploy-on-pypi.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,12 @@ jobs:
3434
--binary
3535
--out-dir dist/
3636
.
37-
#- name: Publish distribution 📦 to Test PyPI
38-
# uses: pypa/gh-action-pypi-publish@master
39-
# with:
40-
# password: ${{ secrets.test_pypi_password }}
41-
# repository_url: https://test.pypi.org/legacy/
37+
#### Test PyPI
38+
- name: Publish distribution 📦 to Test PyPI
39+
uses: pypa/gh-action-pypi-publish@release/v1
40+
with:
41+
repository-url: https://test.pypi.org/legacy/
42+
####
4243
- name: Publish distribution 📦 to PyPI
4344
if: startsWith(github.ref, 'refs/tags')
4445
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)