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.
1 parent b86a0ca commit 57c5cc1Copy full SHA for 57c5cc1
.github/workflows/publish-to-test-pypi.yml
@@ -29,12 +29,12 @@ jobs:
29
--sdist
30
--wheel
31
--outdir dist/
32
-
33
-# - name: Publish distribution to Test PyPI
34
-# uses: pypa/gh-action-pypi-publish@release/v1
35
-# with:
36
-# password: ${{ secrets.TEST_PYPI_API_TOKEN }}
37
-# repository_url: https://test.pypi.org/legacy/
+
+ - name: Publish distribution to Test PyPI
+ uses: pypa/gh-action-pypi-publish@release/v1
+ with:
+ password: ${{ secrets.TEST_PYPI_API_TOKEN }}
+ repository_url: https://test.pypi.org/legacy/
38
39
- name: Publish distribution to PyPI
40
if: startsWith(github.ref, 'refs/tags')
0 commit comments