File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -28,13 +28,13 @@ jobs:
28
28
run : >-
29
29
python setup.py sdist bdist_wheel
30
30
31
- - name : Publish to Test PyPI
32
- if : startsWith(github.event.ref, 'refs/tags') || github.event_name == 'release'
33
- uses : pypa/gh-action-pypi-publish@master
34
- with :
35
- user : __token__
36
- password : ${{ secrets.test_pypi_password }}
37
- repository_url : https://test.pypi.org/legacy/
31
+ # - name: Publish to Test PyPI
32
+ # if: startsWith(github.event.ref, 'refs/tags') || github.event_name == 'release'
33
+ # uses: pypa/gh-action-pypi-publish@master
34
+ # with:
35
+ # user: __token__
36
+ # password: ${{ secrets.test_pypi_password }}
37
+ # repository_url: https://test.pypi.org/legacy/
38
38
39
39
- name : Publish distribution 📦 to PyPI
40
40
if : startsWith(github.event.ref, 'refs/tags') || github.event_name == 'release'
You can’t perform that action at this time.
0 commit comments