Commit 5a1e4ea8 authored by Jason R. Coombs's avatar Jason R. Coombs

Solicit tidelift token from environment variables. Add Funding.yml.

parent 7bdef458
tidelift: pypi/setuptools
...@@ -66,6 +66,7 @@ stages: ...@@ -66,6 +66,7 @@ stages:
tox -e release tox -e release
env: env:
TWINE_PASSWORD: $(PyPI-token) TWINE_PASSWORD: $(PyPI-token)
TIDELIFT_TOKEN: $(Tidelift-token)
displayName: 'publish to PyPI' displayName: 'publish to PyPI'
condition: contains(variables['Build.SourceBranch'], 'tags') 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