This repository was archived by the owner on Dec 4, 2023. It is now read-only.
File tree 5 files changed +25
-0
lines changed
5 files changed +25
-0
lines changed Original file line number Diff line number Diff line change
1
+ tidelift : pypi/pytest-runner
Original file line number Diff line number Diff line change 16
16
.. .. image:: https://readthedocs.org/projects/pytest-runner/badge/?version=latest
17
17
.. :target: https://pytest-runner.readthedocs.io/en/latest/?badge=latest
18
18
19
+ .. image :: https://tidelift.com/badges/package/pypi/pytest-runner
20
+ :target: https://tidelift.com/subscription/pkg/pypi-pytest-runner?utm_source=pypi-pytest-runner&utm_medium=readme
21
+
19
22
Setup scripts can use pytest-runner to add setup.py test support for pytest
20
23
runner.
21
24
@@ -129,3 +132,10 @@ is invoked::
129
132
#... (other setup requirements)
130
133
] + pytest_runner,
131
134
)
135
+
136
+ Security Contact
137
+ ================
138
+
139
+ To report a security vulnerability, please use the
140
+ `Tidelift security contact <https://tidelift.com/security >`_.
141
+ Tidelift will coordinate the fix and disclosure.
Original file line number Diff line number Diff line change
1
+ < h3 class ="donation "> Professional support</ h3 >
2
+
3
+ < p >
4
+ Professionally-supported {{ project }} is available with the
5
+ < a href ="https://tidelift.com/subscription/pkg/pypi-{{ project }}?utm_source=pypi-{{ project }}&utm_medium=readme "> Tidelift Subscription</ a > .
6
+ </ p >
Original file line number Diff line number Diff line change 28
28
],
29
29
)
30
30
}
31
+
32
+ # Custom sidebar templates, maps document names to template names.
33
+ html_theme = 'alabaster'
34
+ templates_path = ['_templates' ]
35
+ html_sidebars = {'index' : ['tidelift-sidebar.html' ]}
Original file line number Diff line number Diff line change @@ -32,11 +32,14 @@ deps =
32
32
pep517>=0.5
33
33
twine>=1.13
34
34
path.py
35
+ jaraco.tidelift
35
36
passenv =
36
37
TWINE_PASSWORD
38
+ TIDELIFT_TOKEN
37
39
setenv =
38
40
TWINE_USERNAME = {env:TWINE_USERNAME:__token__}
39
41
commands =
40
42
python -c " import path; path.Path('dist').rmtree_p()"
41
43
python -m pep517.build .
42
44
python -m twine upload dist/*
45
+ python -m jaraco.tidelift.publish-release-notes
You can’t perform that action at this time.
0 commit comments