We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4689278 commit f0b5280Copy full SHA for f0b5280
.github/workflows/pypipublish.yml
@@ -34,11 +34,11 @@ jobs:
34
--wheel
35
--outdir dist/
36
.
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/
+ - name: Publish distribution 📦 to Test PyPI
+ uses: pypa/gh-action-pypi-publish@release/v1
+ with:
+ password: ${{ secrets.PYPI_TEST_KEY }}
+ repository_url: https://test.pypi.org/legacy/
42
- name: Publish distribution 📦 to PyPI
43
uses: pypa/gh-action-pypi-publish@release/v1
44
with:
0 commit comments