diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 870d3551..6a578425 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -74,7 +74,7 @@ jobs: matrix: python-version: [3.5, 3.6, 3.7, 3.8, 3.9] os: [ubuntu-20.04, macos-latest, windows-latest] - arch: [x86_64, aarch64] + arch: [x86_64] exclude: # Python 3.5 is unable to properly # find the recent VS tooling @@ -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.TEST_PYPI_TOKEN }} - repository_url: https://test.pypi.org/legacy/ + password: ${{ secrets.PYPI_TOKEN }} + # password: ${{ secrets.TEST_PYPI_TOKEN }} + # 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'