File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -232,7 +232,7 @@ jobs:
232
232
233
233
234
234
release :
235
- name : " Release project to private PyPI and GitHub"
235
+ name : " Release project to public PyPI and GitHub"
236
236
if : github.event_name == 'push' && contains(github.ref, 'refs/tags')
237
237
needs : [package, smoke-tests-macos-windows]
238
238
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 42
42
"icon" : "fa fa-comment fa-fw" ,
43
43
},
44
44
],
45
- # "switcher": {
46
- # "json_url": f"https://{cname}/versions.json",
47
- # "version_match": switcher_version,
48
- # },
45
+ "switcher" : {
46
+ "json_url" : f"https://{ cname } /versions.json" ,
47
+ "version_match" : switcher_version ,
48
+ },
49
49
}
50
50
51
51
html_context = {
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi"
5
5
[project ]
6
6
# Check https://flit.readthedocs.io/en/latest/pyproject_toml.html for all available sections
7
7
name = " pydita_ast"
8
- version = " 0.1.dev0 "
8
+ version = " 0.1.dev "
9
9
description = " PyDita AST converter."
10
10
readme = " README.rst"
11
11
requires-python = " >=3.8"
You can’t perform that action at this time.
0 commit comments