Bump version: v2.2.1

This commit is contained in:
Joe Rickerby
2021-10-26 19:19:54 +01:00
parent b31559f2e0
commit 578098a3f8
17 changed files with 26 additions and 32 deletions
+3 -6
View File
@@ -85,7 +85,7 @@ jobs:
- uses: actions/setup-python@v2
- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.2.1b1
run: python -m pip install cibuildwheel==2.2.1
- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse
@@ -193,11 +193,8 @@ Changelog
_26 October 2021_
- 🛠 Added a `config-file` option on the GitHub Action to specify something
other than pyproject.toml in your GitHub Workflow file. (#883)
- 🐛 Fix missing resources in sdist and released wheel on PyPI. We've made
some internal change to our release processes to make them more reliable.
(#893, #894)
- 🛠 Added a `config-file` option on the GitHub Action to specify something other than pyproject.toml in your GitHub Workflow file. (#883)
- 🐛 Fix missing resources in sdist and released wheel on PyPI. We've also made some internal changes to our release processes to make them more reliable. (#893, #894)
### v2.2.0