We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 085522b commit 5a0a8aaCopy full SHA for 5a0a8aa
appveyor.yml
@@ -1,3 +1,10 @@
1
+environment:
2
+ USER:
3
+ secure: fXgF9uyy6sT0JoVOR7BoqA==
4
+
5
+ PASS:
6
+ secure: DJMOk9HEW0qeOC0a2klPZpUMlPvq6vp6Rzv1++SpaYo=
7
8
install:
9
- cmd: >-
10
@@ -99,3 +106,7 @@ test_script:
99
106
artifacts:
100
107
- path: dist\*.whl
101
108
name: wheels
109
110
+deploy_script:
111
+ - cmd: IF "%APPVEYOR_REPO_TAG%" == "true" ( twine -u %USER% -p %PASS% -r pypitest dist/*" ) else ( echo "Tag not set, deployment skipped." )
112
requirements.txt
@@ -1,2 +1,3 @@
numpy
wheel
+twine
0 commit comments