21.6 Changelog, release version, and deprecations (#2172)

* Changelog and version

* Rearrange API docs for easier navigation

* Version 21.6 docs

* Change release workflow

* Disable Windows tests
This commit is contained in:
Adam Hopkins
2021-06-27 22:52:56 +03:00
committed by GitHub
parent 53da4dd091
commit 30572c972d
19 changed files with 318 additions and 197 deletions

View File

@@ -1,8 +1,8 @@
name: Publish Artifacts
on:
push:
tags:
- 'v*.*.*'
release:
types: [created]
jobs:
publishPythonPackage:
name: Publishing Sanic Release Artifacts
@@ -21,8 +21,8 @@ jobs:
uses: harshanarayana/custom-actions@main
with:
python-version: ${{ matrix.python-version }}
package-infra-name: 'twine'
package-infra-name: "twine"
pypi-user: __token__
pypi-access-token: ${{ secrets.PYPI_ACCESS_TOKEN }}
action: 'package-publish'
pypi-verify-metadata: 'true'
action: "package-publish"
pypi-verify-metadata: "true"