diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 870d3551..14fa31d8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -295,7 +295,6 @@ jobs: release_name: v${{ steps.relver.outputs.version }} target: ${{ github.event.pull_request.base.ref }} body: ${{ github.event.pull_request.body }} - draft: true - run: | ls -al dist/ @@ -304,6 +303,6 @@ jobs: uses: pypa/gh-action-pypi-publish@master with: user: __token__ - # password: ${{ secrets.PYPI_TOKEN }} + password: ${{ secrets.PYPI_TOKEN }} password: ${{ secrets.TEST_PYPI_TOKEN }} - repository_url: https://test.pypi.org/legacy/ + # repository_url: https://test.pypi.org/legacy/ diff --git a/asyncpg/_version.py b/asyncpg/_version.py index 1d2d172d..c5fffb10 100644 --- a/asyncpg/_version.py +++ b/asyncpg/_version.py @@ -10,4 +10,4 @@ # supported platforms, publish the packages on PyPI, merge the PR # to the target branch, create a Git tag pointing to the commit. -__version__ = '0.22.0.dev0' +__version__ = '0.22.0'