mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-24 07:06:41 +00:00
grammar
This commit is contained in:
parent
8f90e6fe0b
commit
aedd948247
@ -258,7 +258,7 @@ jobs:
|
||||
name: "(Maybe) Build Wheels"
|
||||
command: |
|
||||
python -m pip install setuptools # Some Pythons for Windows do not come with setuptools
|
||||
python setup.py update_version # Cheat to win a race on about writing _version.py
|
||||
python setup.py update_version # Cheat to win a race about writing _version.py
|
||||
|
||||
if ((Test-Path .\wheelhouse) -and (Test-Path .\wheelhouse\*)) {
|
||||
echo "Found populated wheelhouse, skipping wheel building."
|
||||
|
Loading…
Reference in New Issue
Block a user