소스 검색

Disable wheels upload for now.

Jelmer Vernooij 6 년 전
부모
커밋
5a82a03f9d
1개의 변경된 파일0개의 추가작업 그리고 7개의 파일을 삭제
  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/*
-      }