File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -433,7 +433,7 @@ jobs:
433433 with :
434434 packages-dir : dist
435435 # Uncomment to use TestPyPI
436- repository-url : https://test.pypi.org/legacy/
436+ # repository-url: https://test.pypi.org/legacy/
437437 verbose : true
438438 # Uncomment below for test runs, otherwise fails on existing packages being reuploaded
439439 skip-existing : true
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " c2pa-python"
7- version = " 0.10.12 "
7+ version = " 0.10.0 "
88requires-python = " >=3.10"
99description = " Python bindings for the C2PA Content Authenticity Initiative (CAI) library"
1010readme = { file = " README.md" , content-type = " text/markdown" }
Original file line number Diff line number Diff line change 1- __version__ = "0.10.12 "
1+ __version__ = "0.10.0 "
22
33from .c2pa import (
44 Builder ,
You can’t perform that action at this time.
0 commit comments