Commit f39f2fd 1 parent 083ff9e commit f39f2fd Copy full SHA for f39f2fd
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 @@ -56,13 +56,13 @@ jobs:
56
56
user : __token__
57
57
password : ${{ secrets.PYPI_TOKEN }}
58
58
59
- - name : Publish package on TestPyPI
60
- if : " ! steps.check-version.outputs.tag"
61
- uses : pypa/gh-action-pypi-publish@v1.12.2
62
- with :
63
- user : __token__
64
- password : ${{ secrets.TEST_PYPI_TOKEN }}
65
- repository_url : https://test.pypi.org/legacy/
59
+ # - name: Publish package on TestPyPI
60
+ # if: "! steps.check-version.outputs.tag"
61
+ # uses: pypa/gh-action-pypi-publish@v1.12.2
62
+ # with:
63
+ # user: __token__
64
+ # password: ${{ secrets.TEST_PYPI_TOKEN }}
65
+ # repository_url: https://test.pypi.org/legacy/
66
66
67
67
- name : Publish the release notes
68
68
uses : release-drafter/release-drafter@v6.0.0
You can’t perform that action at this time.
0 commit comments