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 @@ -31,15 +31,15 @@ jobs:
3131 run : |
3232 python setup.py build sdist bdist_wheel
3333 pytest --disable-warnings
34- - name : Test Publish
35- uses : pypa/gh-action-pypi-publish@release/v1
36- if : github.event_name == 'release' && github.event.action == 'created'
37- with :
38- user : __token__
39- password : ${{ secrets.TEST_PYPI_API_TOKEN }}
40- repository-url : https://test.pypi.org/legacy/
41- skip-existing : true
42- verbose : true
34+ # - name: Test Publish
35+ # uses: pypa/gh-action-pypi-publish@release/v1
36+ # if: github.event_name == 'release' && github.event.action == 'created'
37+ # with:
38+ # user: __token__
39+ # password: ${{ secrets.TEST_PYPI_API_TOKEN }}
40+ # repository-url: https://test.pypi.org/legacy/
41+ # skip-existing: true
42+ # verbose: true
4343 - name : Publish
4444 uses : pypa/gh-action-pypi-publish@release/v1
4545 if : github.event_name == 'create' && github.event.ref_type == 'tag'
You can’t perform that action at this time.
0 commit comments