Skip to content

Commit a804632

Browse files
committed
Modifying versions to get 2 different ones
1 parent 0df4221 commit a804632

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/ci_cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ jobs:
232232

233233

234234
release:
235-
name: "Release project to private PyPI and GitHub"
235+
name: "Release project to public PyPI and GitHub"
236236
if: github.event_name == 'push' && contains(github.ref, 'refs/tags')
237237
needs: [package, smoke-tests-macos-windows]
238238
runs-on: ubuntu-latest

doc/source/conf.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@
4242
"icon": "fa fa-comment fa-fw",
4343
},
4444
],
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+
},
4949
}
5050

5151
html_context = {

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi"
55
[project]
66
# Check https://flit.readthedocs.io/en/latest/pyproject_toml.html for all available sections
77
name = "pydita_ast"
8-
version = "0.1.dev0"
8+
version = "0.1.dev"
99
description = "PyDita AST converter."
1010
readme = "README.rst"
1111
requires-python = ">=3.8"

0 commit comments

Comments
 (0)