Skip to content

Commit

Permalink
upload using twine
Browse files Browse the repository at this point in the history
  • Loading branch information
mush42 committed Feb 2, 2021
1 parent 1f4235b commit d7aa838
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,11 @@ build_script:

artifacts:
- path: target\wheels\*.whl

on_success:
- ps: |
if ($env:APPVEYOR_REPO_TAG_NAME -and $env:APPVEYOR_REPO_TAG_NAME.StartsWith("release-")) {
.venv\Scripts\activate.ps1
python -m pip install twine
twine upload ".\target\wheels\*" --non-interactive --skip-existing
}

0 comments on commit d7aa838

Please sign in to comment.