valid8r 0.5.3__tar.gz → 0.5.5__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.

Potentially problematic release.


This version of valid8r might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: valid8r
3
- Version: 0.5.3
3
+ Version: 0.5.5
4
4
  Summary: Clean, flexible input validation for Python applications
5
5
  License: MIT
6
6
  License-File: LICENSE
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "valid8r"
3
- version = "0.5.3"
3
+ version = "0.5.5"
4
4
  description = "Clean, flexible input validation for Python applications"
5
5
  authors = ["Mike Lane <mikelane@gmail.com>"]
6
6
  license = "MIT"
@@ -203,7 +203,7 @@ version_toml = ["pyproject.toml:tool.poetry.version"]
203
203
  branch = "main"
204
204
  build_command = "pip install poetry && poetry build"
205
205
  dist_path = "dist/"
206
- upload_to_release = false
206
+ upload_to_release = true
207
207
  upload_to_pypi = false
208
208
  remove_dist = false
209
209
  major_on_zero = false
@@ -235,4 +235,4 @@ ignore_token_for_push = false
235
235
 
236
236
  [tool.semantic_release.publish]
237
237
  dist_glob_patterns = ["dist/*"]
238
- upload_to_vcs_release = false
238
+ upload_to_vcs_release = true
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes