Skip to content

Commit bb5cc85

Browse files
committed
Release infra testing
1 parent a4475e4 commit bb5cc85

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ jobs:
159159
release_name: v${{ steps.relver.outputs.version }}
160160
target: ${{ github.event.pull_request.base.ref }}
161161
body: ${{ github.event.pull_request.body }}
162-
draft: false
162+
draft: true
163163

164164
- run: |
165165
ls -al dist/
@@ -168,6 +168,6 @@ jobs:
168168
uses: pypa/gh-action-pypi-publish@master
169169
with:
170170
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/

uvloop/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
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.16.0.dev0'
13+
__version__ = '0.16.0.a1'

0 commit comments

Comments
 (0)