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 5a0a8aa commit 2d80789Copy full SHA for 2d80789
appveyor.yml
@@ -108,5 +108,5 @@ artifacts:
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." )
+- if "%APPVEYOR_REPO_TAG%"=="true" (twine -u %USER% -p %PASS% -r pypitest dist/*) else (echo "Tag not set, deployment skipped.")
112
0 commit comments