Commit 8eb9efac authored by Jason R. Coombs's avatar Jason R. Coombs

Ensure GITHUB_TOKEN is set. Closes #2328.

parent 400b71c9
......@@ -76,6 +76,7 @@ stages:
env:
TWINE_PASSWORD: $(PyPI-token)
TIDELIFT_TOKEN: $(Tidelift-token)
GITHUB_TOKEN: $(Github-token)
displayName: 'publish to PyPI'
condition: contains(variables['Build.SourceBranch'], 'tags')
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment