Fix a few version increment-related issues
This commit is contained in:
@@ -340,7 +340,7 @@ _5 February 2021_
|
|||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- name: Build wheels
|
- name: Build wheels
|
||||||
uses: joerick/cibuildwheel@v1.9.0
|
uses: joerick/cibuildwheel@version # e.g. v1.9.0
|
||||||
with:
|
with:
|
||||||
output-dir: wheelhouse
|
output-dir: wheelhouse
|
||||||
# env:
|
# env:
|
||||||
|
|||||||
+1
-1
@@ -19,7 +19,7 @@ config = [
|
|||||||
('cibuildwheel/__init__.py', "__version__ = '{}'"),
|
('cibuildwheel/__init__.py', "__version__ = '{}'"),
|
||||||
('docs/faq.md', "cibuildwheel=={}"),
|
('docs/faq.md', "cibuildwheel=={}"),
|
||||||
('docs/faq.md', "cibuildwheel@v{}"),
|
('docs/faq.md', "cibuildwheel@v{}"),
|
||||||
('docs/setup.md', "cibuildwheel@v{}"),
|
('docs/setup.md', "cibuildwheel=={}"),
|
||||||
('examples/*', "cibuildwheel=={}"),
|
('examples/*', "cibuildwheel=={}"),
|
||||||
('examples/*', "cibuildwheel@v{}"),
|
('examples/*', "cibuildwheel@v{}"),
|
||||||
('setup.cfg', "version = {}"),
|
('setup.cfg', "version = {}"),
|
||||||
|
|||||||
+1
-1
@@ -50,7 +50,7 @@ To build Linux, Mac, and Windows wheels using GitHub Actions, create a `.github/
|
|||||||
run: choco install vcpython27 -f -y
|
run: choco install vcpython27 -f -y
|
||||||
|
|
||||||
- name: Build wheels
|
- name: Build wheels
|
||||||
run: pix run cibuildwheel==1.9.0
|
run: pipx run cibuildwheel==1.9.0
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user