File tree 2 files changed +4
-5
lines changed
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -295,7 +295,6 @@ jobs:
295
295
release_name : v${{ steps.relver.outputs.version }}
296
296
target : ${{ github.event.pull_request.base.ref }}
297
297
body : ${{ github.event.pull_request.body }}
298
- draft : true
299
298
300
299
- run : |
301
300
ls -al dist/
@@ -304,6 +303,6 @@ jobs:
304
303
uses : pypa/gh-action-pypi-publish@master
305
304
with :
306
305
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 10
10
# supported platforms, publish the packages on PyPI, merge the PR
11
11
# to the target branch, create a Git tag pointing to the commit.
12
12
13
- __version__ = '0.22.0.dev0 '
13
+ __version__ = '0.22.0'
You can’t perform that action at this time.
0 commit comments