docs: include action form of cibuildwheel
This commit is contained in:
committed by
Henry Schreiner
parent
723b5e5128
commit
93a095d3de
+5
-2
@@ -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='{}'"),
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user