tinydantic 0.1.12__tar.gz → 0.1.13__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {tinydantic-0.1.12 → tinydantic-0.1.13}/.github/workflows/docs-release.yaml +0 -2
- {tinydantic-0.1.12 → tinydantic-0.1.13}/PKG-INFO +1 -1
- {tinydantic-0.1.12 → tinydantic-0.1.13}/.editorconfig +0 -0
- {tinydantic-0.1.12 → tinydantic-0.1.13}/.github/workflows/ci.yaml +0 -0
- {tinydantic-0.1.12 → tinydantic-0.1.13}/.github/workflows/docs-dev.yaml +0 -0
- {tinydantic-0.1.12 → tinydantic-0.1.13}/.github/workflows/publish-python-package.yaml +0 -0
- {tinydantic-0.1.12 → tinydantic-0.1.13}/.gitignore +0 -0
- {tinydantic-0.1.12 → tinydantic-0.1.13}/.linkcheckerrc +0 -0
- {tinydantic-0.1.12 → tinydantic-0.1.13}/.markdownlint.yaml +0 -0
- {tinydantic-0.1.12 → tinydantic-0.1.13}/.pre-commit-config.yaml +0 -0
- {tinydantic-0.1.12 → tinydantic-0.1.13}/.prettierrc.yaml +0 -0
- {tinydantic-0.1.12 → tinydantic-0.1.13}/.vscode/extensions.json +0 -0
- {tinydantic-0.1.12 → tinydantic-0.1.13}/.yamllint.yaml +0 -0
- {tinydantic-0.1.12 → tinydantic-0.1.13}/LICENSE.md +0 -0
- {tinydantic-0.1.12 → tinydantic-0.1.13}/LICENSES/Apache-2.0.txt +0 -0
- {tinydantic-0.1.12 → tinydantic-0.1.13}/LICENSES/CC-BY-4.0.txt +0 -0
- {tinydantic-0.1.12 → tinydantic-0.1.13}/LICENSES/MIT.txt +0 -0
- {tinydantic-0.1.12 → tinydantic-0.1.13}/README.md +0 -0
- {tinydantic-0.1.12 → tinydantic-0.1.13}/REUSE.toml +0 -0
- {tinydantic-0.1.12 → tinydantic-0.1.13}/docs/.pages +0 -0
- {tinydantic-0.1.12 → tinydantic-0.1.13}/docs/css/code_select.css +0 -0
- {tinydantic-0.1.12 → tinydantic-0.1.13}/docs/index.md +0 -0
- {tinydantic-0.1.12 → tinydantic-0.1.13}/docs/installation.md +0 -0
- {tinydantic-0.1.12 → tinydantic-0.1.13}/docs/reference/.pages +0 -0
- {tinydantic-0.1.12 → tinydantic-0.1.13}/docs/reference/index.md +0 -0
- {tinydantic-0.1.12 → tinydantic-0.1.13}/mkdocs.yaml +0 -0
- {tinydantic-0.1.12 → tinydantic-0.1.13}/pyproject.toml +0 -0
- {tinydantic-0.1.12 → tinydantic-0.1.13}/scripts/gen_api_docs.py +0 -0
- {tinydantic-0.1.12 → tinydantic-0.1.13}/src/tinydantic/__init__.py +0 -0
- {tinydantic-0.1.12 → tinydantic-0.1.13}/src/tinydantic/py.typed +0 -0
- {tinydantic-0.1.12 → tinydantic-0.1.13}/taplo.toml +0 -0
- {tinydantic-0.1.12 → tinydantic-0.1.13}/tests/__init__.py +0 -0
- {tinydantic-0.1.12 → tinydantic-0.1.13}/tests/test_version.py +0 -0
|
@@ -47,8 +47,6 @@ jobs:
|
|
|
47
47
|
# yamllint enable rule:line-length
|
|
48
48
|
- name: Display full version
|
|
49
49
|
run: hatch version
|
|
50
|
-
- name: Set the version of docs to publish
|
|
51
|
-
run: python scripts/set_release_version.py
|
|
52
50
|
- name: Build documentation
|
|
53
51
|
run: hatch -v run doc:build-check
|
|
54
52
|
- name: Commit documentation
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|