Changeset aedd948 in trunk
- Timestamp:
- 2024-11-08T13:26:47Z (5 months ago)
- Children:
- 6cf6747
- Parents:
- 8f90e6f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified .circleci/config.yml ¶
r8f90e6f raedd948 259 259 command: | 260 260 python -m pip install setuptools # Some Pythons for Windows do not come with setuptools 261 python setup.py update_version # Cheat to win a race onabout writing _version.py261 python setup.py update_version # Cheat to win a race about writing _version.py 262 262 263 263 if ((Test-Path .\wheelhouse) -and (Test-Path .\wheelhouse\*)) {
Note: See TracChangeset
for help on using the changeset viewer.