We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2804b40 commit 9a44ed8Copy full SHA for 9a44ed8
scripts/release.yml
@@ -319,4 +319,4 @@ stages:
319
- script: pip install --upgrade pip
320
- script: python -m pip install --user -U setuptools importlib_metadata wheel twine
321
# Uncomment on release:
322
- #- script: python -m twine upload --config-file $(pypirc.secureFilePath) -r $(pypiReleaseServer) dist/*
+ - script: python -m twine upload --config-file $(pypirc.secureFilePath) -r $(pypiReleaseServer) dist/*
0 commit comments