Explorar o código

Disable wheels upload for now.

Jelmer Vernooij %!s(int64=6) %!d(string=hai) anos
pai
achega
5a82a03f9d
Modificáronse 1 ficheiros con 0 adicións e 7 borrados
  1. 0 7
      appveyor.yml

+ 0 - 7
appveyor.yml

@@ -91,10 +91,3 @@ after_test:
 
 artifacts:
   - path: dist\*
-
-on_success:
-  - ps: >-
-      $cmtid = git rev-parse HEAD
-      if (git describe --exact-match $cmtid) {
-        twine upload -u PYPI_USER -p PYPI_PSWD dist/*
-      }