tinydantic 0.1.16__tar.gz → 0.1.17__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.
Files changed (33) hide show
  1. {tinydantic-0.1.16 → tinydantic-0.1.17}/.github/workflows/docs-release.yaml +1 -1
  2. {tinydantic-0.1.16 → tinydantic-0.1.17}/PKG-INFO +1 -1
  3. {tinydantic-0.1.16 → tinydantic-0.1.17}/.editorconfig +0 -0
  4. {tinydantic-0.1.16 → tinydantic-0.1.17}/.github/workflows/ci.yaml +0 -0
  5. {tinydantic-0.1.16 → tinydantic-0.1.17}/.github/workflows/docs-dev.yaml +0 -0
  6. {tinydantic-0.1.16 → tinydantic-0.1.17}/.github/workflows/publish-python-package.yaml +0 -0
  7. {tinydantic-0.1.16 → tinydantic-0.1.17}/.gitignore +0 -0
  8. {tinydantic-0.1.16 → tinydantic-0.1.17}/.linkcheckerrc +0 -0
  9. {tinydantic-0.1.16 → tinydantic-0.1.17}/.markdownlint.yaml +0 -0
  10. {tinydantic-0.1.16 → tinydantic-0.1.17}/.pre-commit-config.yaml +0 -0
  11. {tinydantic-0.1.16 → tinydantic-0.1.17}/.prettierrc.yaml +0 -0
  12. {tinydantic-0.1.16 → tinydantic-0.1.17}/.vscode/extensions.json +0 -0
  13. {tinydantic-0.1.16 → tinydantic-0.1.17}/.yamllint.yaml +0 -0
  14. {tinydantic-0.1.16 → tinydantic-0.1.17}/LICENSE.md +0 -0
  15. {tinydantic-0.1.16 → tinydantic-0.1.17}/LICENSES/Apache-2.0.txt +0 -0
  16. {tinydantic-0.1.16 → tinydantic-0.1.17}/LICENSES/CC-BY-4.0.txt +0 -0
  17. {tinydantic-0.1.16 → tinydantic-0.1.17}/LICENSES/MIT.txt +0 -0
  18. {tinydantic-0.1.16 → tinydantic-0.1.17}/README.md +0 -0
  19. {tinydantic-0.1.16 → tinydantic-0.1.17}/REUSE.toml +0 -0
  20. {tinydantic-0.1.16 → tinydantic-0.1.17}/docs/.pages +0 -0
  21. {tinydantic-0.1.16 → tinydantic-0.1.17}/docs/css/code_select.css +0 -0
  22. {tinydantic-0.1.16 → tinydantic-0.1.17}/docs/index.md +0 -0
  23. {tinydantic-0.1.16 → tinydantic-0.1.17}/docs/installation.md +0 -0
  24. {tinydantic-0.1.16 → tinydantic-0.1.17}/docs/reference/.pages +0 -0
  25. {tinydantic-0.1.16 → tinydantic-0.1.17}/docs/reference/index.md +0 -0
  26. {tinydantic-0.1.16 → tinydantic-0.1.17}/mkdocs.yaml +0 -0
  27. {tinydantic-0.1.16 → tinydantic-0.1.17}/pyproject.toml +0 -0
  28. {tinydantic-0.1.16 → tinydantic-0.1.17}/scripts/gen_api_docs.py +0 -0
  29. {tinydantic-0.1.16 → tinydantic-0.1.17}/src/tinydantic/__init__.py +0 -0
  30. {tinydantic-0.1.16 → tinydantic-0.1.17}/src/tinydantic/py.typed +0 -0
  31. {tinydantic-0.1.16 → tinydantic-0.1.17}/taplo.toml +0 -0
  32. {tinydantic-0.1.16 → tinydantic-0.1.17}/tests/__init__.py +0 -0
  33. {tinydantic-0.1.16 → tinydantic-0.1.17}/tests/test_version.py +0 -0
@@ -51,7 +51,7 @@ jobs:
51
51
  run: hatch -v run doc:build-check
52
52
  - name: Get doc version
53
53
  run: |
54
- TAG_NAME=${{ github.event.release.tag_name }}
54
+ TAG_NAME=${{ github.ref_name }}
55
55
  DOC_VERSION=${TAG_NAME#v}
56
56
  echo "DOC_VERSION=$DOC_VERSION" >> $GITHUB_ENV
57
57
  - name: Commit documentation
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: tinydantic
3
- Version: 0.1.16
3
+ Version: 0.1.17
4
4
  Project-URL: Documentation, https://tinydantic.dev
5
5
  Project-URL: Issues, https://github.com/tinydantic/tinydantic/issues
6
6
  Project-URL: Source, https://github.com/tinydantic/tinydantic
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