Skip to content

Commit f0b5280

Browse files
committed
restore publish.yml to previous state
1 parent 4689278 commit f0b5280

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/pypipublish.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ jobs:
3434
--wheel
3535
--outdir dist/
3636
.
37-
# - name: Publish distribution 📦 to Test PyPI
38-
# uses: pypa/gh-action-pypi-publish@release/v1
39-
# with:
40-
# password: ${{ secrets.PYPI_TEST_KEY }}
41-
# repository_url: https://test.pypi.org/legacy/
37+
- name: Publish distribution 📦 to Test PyPI
38+
uses: pypa/gh-action-pypi-publish@release/v1
39+
with:
40+
password: ${{ secrets.PYPI_TEST_KEY }}
41+
repository_url: https://test.pypi.org/legacy/
4242
- name: Publish distribution 📦 to PyPI
4343
uses: pypa/gh-action-pypi-publish@release/v1
4444
with:

0 commit comments

Comments
 (0)