Skip to content

Commit

Permalink
Update release.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolajBjorner committed Nov 18, 2021
1 parent 72f28f0 commit 71d5d24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ stages:
- task: DownloadSecureFile@1
name: pypirc
inputs:
secureFile: 'pypirc2'
secureFile: 'pypircs'
- script: python3 -m pip install --upgrade pip
- script: python3 -m pip install --user -U setuptools importlib_metadata wheel twine
- script: python3 -m twine upload --config-file $(pypirc2) -r $(pypiReleaseServer) dist/*
- script: python3 -m twine upload --config-file $(pypircs.secureFilePath) -r $(pypiReleaseServer) dist/*

0 comments on commit 71d5d24

Please sign in to comment.