Skip to content

Commit

Permalink
MAINT: Remove Azure upload (#416)
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Jun 30, 2023
1 parent cee0090 commit 467d9f6
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .ci/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,17 +113,6 @@ stages:
pytest -v --doctest-modules pyvistaqt
displayName: 'Test Package Docstrings'
- script: |
pip install twine
python setup.py sdist
twine upload --skip-existing dist/pyvistaqt*
displayName: 'Upload to PyPi'
condition: and(eq(variables['python.version'], '3.10'), contains(variables['Build.SourceBranch'], 'refs/tags/'))
env:
TWINE_USERNAME: $(twine.username)
TWINE_PASSWORD: $(twine.password)
TWINE_REPOSITORY_URL: "https://upload.pypi.org/legacy/"
# DESCRIPTION: Core API and doc string testing across VTK versions using conda
- job: LinuxConda
Expand Down

0 comments on commit 467d9f6

Please sign in to comment.