File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ jobs:
159
159
release_name : v${{ steps.relver.outputs.version }}
160
160
target : ${{ github.event.pull_request.base.ref }}
161
161
body : ${{ github.event.pull_request.body }}
162
- draft : false
162
+ draft : true
163
163
164
164
- run : |
165
165
ls -al dist/
@@ -168,6 +168,6 @@ jobs:
168
168
uses : pypa/gh-action-pypi-publish@master
169
169
with :
170
170
user : __token__
171
- password : ${{ secrets.PYPI_TOKEN }}
172
- # password: ${{ secrets.TEST_PYPI_TOKEN }}
173
- # repository_url: https://test.pypi.org/legacy/
171
+ # password: ${{ secrets.PYPI_TOKEN }}
172
+ password : ${{ secrets.TEST_PYPI_TOKEN }}
173
+ 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.16.0.dev0 '
13
+ __version__ = '0.16.0.a1 '
You can’t perform that action at this time.
0 commit comments