Bump version: v2.2.1
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user