File tree Expand file tree Collapse file tree 4 files changed +6
-8
lines changed Expand file tree Collapse file tree 4 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 5
5
directory : " /"
6
6
schedule :
7
7
interval : " daily"
8
- ignore :
9
- # Official actions have moving tags like v1
10
- # that are used, so they don't need updates here
11
- - dependency-name : " actions/*"
Original file line number Diff line number Diff line change 21
21
steps :
22
22
- uses : actions/checkout@v2
23
23
- uses : actions/setup-python@v2
24
+ with :
25
+ python-version : 3.x
24
26
-
uses :
pre-commit/[email protected]
25
27
with :
26
28
extra_args : --hook-stage manual check-manifest
Original file line number Diff line number Diff line change @@ -623,8 +623,8 @@ Support for this work was provided by the National Science Foundation cooperativ
623
623
[ black-link ] : https://github.com/psf/black
624
624
[ codecov-badge ] : https://codecov.io/gh/scikit-hep/vector/branch/main/graph/badge.svg?token=YBv60ueORQ
625
625
[ codecov-link ] : https://codecov.io/gh/scikit-hep/vector
626
- [ conda-version ] : https://img.shields.io/conda/vn/conda-forge/decaylanguage .svg
627
- [ conda-link ] : https://github.com/conda-forge/decaylanguage -feedstock
626
+ [ conda-version ] : https://img.shields.io/conda/vn/conda-forge/vector .svg
627
+ [ conda-link ] : https://github.com/conda-forge/vector -feedstock
628
628
[ github-discussions-badge ] : https://img.shields.io/static/v1?label=Discussions&message=Ask&color=blue&logo=github
629
629
[ github-discussions-link ] : https://github.com/scikit-hep/vector/discussions
630
630
[ gitter-badge ] : https://badges.gitter.im/Scikit-HEP/vector.svg
Original file line number Diff line number Diff line change @@ -110,8 +110,8 @@ The API reference details the functionality of each ``class`` and ``function`` p
110
110
:target: https://pypi.org/project/vector/
111
111
.. |PyPI version | image :: https://badge.fury.io/py/vector.svg
112
112
:target: https://pypi.org/project/vector/
113
- .. |Conda latest releasetatus | image :: https://img.shields.io/conda/vn/conda-forge/decaylanguage .svg
114
- :target: https://github.com/conda-forge/decaylanguage -feedstock
113
+ .. |Conda latest releasetatus | image :: https://img.shields.io/conda/vn/conda-forge/vector .svg
114
+ :target: https://github.com/conda-forge/vector -feedstock
115
115
.. |DOI | image :: https://zenodo.org/badge/DOI/10.5281/zenodo.5942083.svg
116
116
:target: https://doi.org/10.5281/zenodo.5942082
117
117
.. |Scikit-HEP | image :: https://scikit-hep.org/assets/images/Scikit--HEP-Project-blue.svg
You can’t perform that action at this time.
0 commit comments