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

Commit 4a46335

Browse files
committed
Uploading for windows does not seem to work
1 parent 848d8d6 commit 4a46335

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ after_test:
5252
artifacts:
5353
- path: dist\*
5454

55-
on_success:
56-
- pip install twine
57-
- twine upload --repository-url https://test.pypi.org/legacy/ dist\*
55+
# on_success:
56+
# - pip install twine
57+
# - twine upload --repository-url https://test.pypi.org/legacy/ dist\*
5858
# You can use this step to upload your artifacts to a public website.
5959
# See Appveyor's documentation for more details. Or you can simply
6060
# access your wheels from the Appveyor "artifacts" tab for your build.

0 commit comments

Comments
 (0)