Skip to content

Commit

Permalink
fix: hide the output of the twine command (#608)
Browse files Browse the repository at this point in the history
* Remove commented lines that haven't been used in a long time.
  • Loading branch information
Midnighter committed Oct 11, 2017
1 parent bc7ba9c commit 2e281ee
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,22 +29,6 @@ environment:
PYTHON_ARCH: "64"
CONDA: true

# - PYTHON: "C:\\Python27"
# PYTHON_VERSION: "2.7.12"
# PYTHON_ARCH: "32"

# - PYTHON: "C:\\Python34"
# PYTHON_VERSION: "3.4.5"
# PYTHON_ARCH: "32"

# - PYTHON: "C:\\Python35"
# PYTHON_VERSION: "3.5.2"
# PYTHON_ARCH: "32"

# - PYTHON: "C:\\Python36"
# PYTHON_VERSION: "3.6.0"
# PYTHON_ARCH: "32"

- PYTHON: "C:\\Python27-x64"
PYTHON_VERSION: "2.7.12"
PYTHON_ARCH: "64"
Expand Down Expand Up @@ -101,8 +85,6 @@ artifacts:
deploy_script:
- ps: |
if($env:appveyor_repo_tag -eq "True" -And $env:CONDA -ne "true") {
Invoke-Expression "twine upload dist/* --username $env:PYPI_USERNAME --password $env:PYPI_PASSWORD"
Invoke-Expression "twine upload dist/* --username $env:PYPI_USERNAME --password $env:PYPI_PASSWORD 2>&1 | out-null"
}
#on_success:
# - TODO: upload the content of dist/*.whl to a public wheelhouse

0 comments on commit 2e281ee

Please sign in to comment.