summaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 3f4aa9bd..8255d7ac 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -40,12 +40,6 @@ on_finish:
$wc = New-Object 'System.Net.WebClient'
$wc.UploadFile("https://ci.appveyor.com/api/testresults/junit/$($env:APPVEYOR_JOB_ID)", (Resolve-Path .\.test-results\pytest\results.xml))
-#deploy_script:
-#- ps: >-
-# if($env:appveyor_repo_tag -eq 'True') {
-# Invoke-Expression "python -m twine upload dist/* --username $env:PYPI_USERNAME --password $env:PYPI_PASSWORD"
-# }
-
artifacts:
- path: dist\*