summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2020-03-21 15:11:25 -0400
committerJason R. Coombs <jaraco@jaraco.com>2020-03-21 15:11:25 -0400
commit5a1e4ea8a0671fc2e9d7559ae4e07ba1afe53d59 (patch)
tree27eb84aa7adeb5c79594e1078e69ff35e42e5640
parent7bdef458b4b35e0a8fa7025266c7c1aa6b0f20c4 (diff)
downloadpython-setuptools-git-5a1e4ea8a0671fc2e9d7559ae4e07ba1afe53d59.tar.gz
Solicit tidelift token from environment variables. Add Funding.yml.
-rw-r--r--.github/FUNDING.yml1
-rw-r--r--azure-pipelines.yml1
2 files changed, 2 insertions, 0 deletions
diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml
new file mode 100644
index 00000000..27de01d0
--- /dev/null
+++ b/.github/FUNDING.yml
@@ -0,0 +1 @@
+tidelift: pypi/setuptools
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 3e80bf44..0253a770 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -66,6 +66,7 @@ stages:
tox -e release
env:
TWINE_PASSWORD: $(PyPI-token)
+ TIDELIFT_TOKEN: $(Tidelift-token)
displayName: 'publish to PyPI'
condition: contains(variables['Build.SourceBranch'], 'tags')