Skip to content
This repository was archived by the owner on Jan 13, 2022. It is now read-only.

Commit 3e9e1f4

Browse files
committed
Try again with a copy-paste code block
Are whitespace significant either in appveyor (i.e. YAML) or on windows?
1 parent 6754ba5 commit 3e9e1f4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

appveyor.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ install:
1717
build_script:
1818
- cmd: python -m cibuildwheel --output-dir wheelhouse
1919
- >
20-
IF "%APPVEYOR_REPO_TAG%" == "true"
21-
(
22-
python -m pip install twine
23-
&&
24-
twine upload --repository-url https://test.pypi.org/legacy/ --skip-existing wheelhouse\*
25-
)
20+
IF "%APPVEYOR_REPO_TAG%" == "true"
21+
(
22+
python -m pip install twine
23+
&&
24+
python -m twine upload --repository-url https://test.pypi.org/legacy/ --skip-existing wheelhouse\*
25+
)
2626

2727
artifacts:
2828
- path: "wheelhouse\\*.whl"

0 commit comments

Comments
 (0)