docs: include action form of cibuildwheel

This commit is contained in:
Henry Schreiner
2020-12-27 22:26:31 -05:00
committed by Henry Schreiner
parent 723b5e5128
commit 93a095d3de
3 changed files with 60 additions and 2 deletions
+5 -2
View File
@@ -11,10 +11,13 @@ import urllib.parse
config = [
# file path, version find/replace format
('cibuildwheel/__init__.py', "__version__ = '{}'"),
('setup.py', "version='{}'"),
('README.md', "cibuildwheel=={}"),
('cibuildwheel/__init__.py', "__version__ = '{}'"),
('docs/faq.md', "cibuildwheel=={}"),
('docs/faq.md', "cibuildwheel@v{}"),
('docs/setup.md', "cibuildwheel@v{}"),
('examples/*', "cibuildwheel=={}"),
('setup.py', "version='{}'"),
]