File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -26,14 +26,14 @@ jobs:
26
26
--wheel
27
27
--outdir dist/
28
28
.
29
- - name : Publish distribution 📦 to Test PyPI
30
- uses : pypa/gh-action-pypi-publish@release/v1
31
- with :
32
- password : ${{ secrets.TEST_PYPI_API_TOKEN }}
33
- repository_url : https://test.pypi.org/legacy/
34
- skip_existing : true
29
+ # - name: Publish distribution 📦 to Test PyPI
30
+ # uses: pypa/gh-action-pypi-publish@release/v1
31
+ # with:
32
+ # password: ${{ secrets.TEST_PYPI_API_TOKEN }}
33
+ # repository_url: https://test.pypi.org/legacy/
34
+ # skip_existing: true
35
35
- name : Publish distribution 📦 to PyPI
36
36
if : startsWith(github.ref, 'refs/tags')
37
37
uses : pypa/gh-action-pypi-publish@release/v1
38
38
with :
39
- password : ${{ secrets.PYPI_API_TOKEN }}
39
+ password : ${{ secrets.PYPI_API_TOKEN }}
You can’t perform that action at this time.
0 commit comments