File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -33,14 +33,14 @@ jobs:
33
33
run : python -m build --sdist --wheel --outdir dist/
34
34
35
35
# uncomment to publish to TestPyPI
36
- - name : Publish distribution to Test PyPI
37
- uses : pypa/gh-action-pypi-publish@master
38
- with :
39
- password : ${{ secrets.TEST_PYPI_API_TOKEN }}
40
- repository_url : https://test.pypi.org/legacy/
41
-
42
- # uncomment to publish to PyPI
43
- # - name: Publish distribution to PyPI
36
+ # - name: Publish distribution to Test PyPI
44
37
# uses: pypa/gh-action-pypi-publish@master
45
38
# with:
46
- # password: ${{ secrets.PYPI_API_TOKEN }}
39
+ # password: ${{ secrets.TEST_PYPI_API_TOKEN }}
40
+ # repository_url: https://test.pypi.org/legacy/
41
+
42
+ # uncomment to publish to PyPI
43
+ - name : Publish distribution to PyPI
44
+ uses : pypa/gh-action-pypi-publish@master
45
+ with :
46
+ password : ${{ secrets.PYPI_API_TOKEN }}
You can’t perform that action at this time.
0 commit comments