File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -295,7 +295,6 @@ jobs:
295295 release_name : v${{ steps.relver.outputs.version }}
296296 target : ${{ github.event.pull_request.base.ref }}
297297 body : ${{ github.event.pull_request.body }}
298- draft : true
299298
300299 - run : |
301300 ls -al dist/
@@ -304,6 +303,6 @@ jobs:
304303 uses : pypa/gh-action-pypi-publish@master
305304 with :
306305 user : __token__
307- # password: ${{ secrets.PYPI_TOKEN }}
308- password : ${{ secrets.TEST_PYPI_TOKEN }}
309- repository_url : https://test.pypi.org/legacy/
306+ password : ${{ secrets.PYPI_TOKEN }}
307+ # password: ${{ secrets.TEST_PYPI_TOKEN }}
308+ # repository_url: https://test.pypi.org/legacy/
Original file line number Diff line number Diff line change 1010# supported platforms, publish the packages on PyPI, merge the PR
1111# to the target branch, create a Git tag pointing to the commit.
1212
13- __version__ = '0.22.0.dev0 '
13+ __version__ = '0.22.0'
You can’t perform that action at this time.
0 commit comments