File tree Expand file tree Collapse file tree 3 files changed +8
-17
lines changed Expand file tree Collapse file tree 3 files changed +8
-17
lines changed Original file line number Diff line number Diff line change 11version : 2
22updates :
3- - package-ecosystem : pip
4- directory : " /"
5- schedule :
6- interval : daily
7- - package-ecosystem : github-actions
8- directory : " /"
9- schedule :
10- interval : daily
3+ - package-ecosystem : pip
4+ directory : " /"
5+ schedule :
6+ interval : daily
7+ - package-ecosystem : github-actions
8+ directory : " /"
9+ schedule :
10+ interval : daily
Original file line number Diff line number Diff line change 11name : Release
2-
32on :
43 release :
54 types : [published]
65 workflow_dispatch :
7-
86jobs :
97 pypi-build :
108 runs-on : ubuntu-latest
11-
129 steps :
1310 - uses : actions/checkout@v5
1411 - uses : actions/setup-python@v6
@@ -20,14 +17,12 @@ jobs:
2017 with :
2118 name : release-dists
2219 path : dist/
23-
2420 pypi-publish :
2521 runs-on : ubuntu-latest
2622 needs :
2723 - pypi-build
2824 permissions :
2925 id-token : write
30-
3126 steps :
3227 - uses : actions/download-artifact@v6
3328 with :
Original file line number Diff line number Diff line change 11# .readthedocs.yaml
22# Read the Docs configuration file
33# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
4-
54version : 2
6-
75build :
86 os : ubuntu-20.04
97 tools :
108 python : " 3.11"
11-
129sphinx :
1310 configuration : docs/conf.py
14-
1511python :
1612 install :
1713 - method : pip
You can’t perform that action at this time.
0 commit comments