Skip to content

Commit

Permalink
Merge pull request #818 from henrykironde/twine-non-interactive
Browse files Browse the repository at this point in the history
Run Twine as non-interactive
  • Loading branch information
ethanwhite authored Oct 22, 2024
2 parents be2d1ce + 13affd1 commit 8815d4b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
# Publish to PyPI only if this is a tagged release (no pre-release tags)
- script: |
python -m pip install --upgrade twine
twine upload dist/* --skip-existing
twine upload --non-interactive dist/* --skip-existing
displayName: 'Publish to PyPI'
condition: startsWith(variables['Build.SourceBranch'], 'refs/tags/')

0 comments on commit 8815d4b

Please sign in to comment.