Skip to content

Commit

Permalink
appveyor disable upload to pypi for now
Browse files Browse the repository at this point in the history
Issue #1222
  • Loading branch information
jdavid committed Jun 26, 2023
1 parent fd8aa39 commit 1c17ffe
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ version: 1.12.{build}
image: Visual Studio 2019
configuration: Release
environment:
global:
TWINE_USERNAME: jdavid
TWINE_PASSWORD:
secure: m6oBGys2nmQTRn7vDv8/FA==
# global:
# TWINE_USERNAME: jdavid
# TWINE_PASSWORD:
# secure: m6oBGys2nmQTRn7vDv8/FA==
matrix:
- GENERATOR: 'Visual Studio 14'
PYTHON: 'C:\Python38\python.exe'
Expand Down Expand Up @@ -62,7 +62,7 @@ test_script:
artifacts:
- path: dist\pygit2-*.whl

deploy_script:
- ps: if ($env:APPVEYOR_REPO_TAG -eq $TRUE) { pip install twine; twine upload dist/pygit2-*.whl }

deploy: on
#deploy_script:
#- ps: if ($env:APPVEYOR_REPO_TAG -eq $TRUE) { pip install twine; twine upload dist/pygit2-*.whl }
#
#deploy: on

0 comments on commit 1c17ffe

Please sign in to comment.