Skip to content

Commit c2daaeb

Browse files
authored
docs: Debug workflow (#169)
* fix: Bump version to c2pa C ffi v0.65.0 (#167) * chore: Bump version number (#168) Prepare release for v0.23.0. * fix: Tag on release * fix: On release only
1 parent 0ce5e5c commit c2daaeb

File tree

4 files changed

+5
-12
lines changed

4 files changed

+5
-12
lines changed

.github/workflows/publish-docs.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,8 @@
11
name: Build and publish docs
22

33
on:
4-
pull_request:
5-
types:
6-
- opened
7-
- reopened
8-
- synchronize
9-
- labeled
10-
11-
push:
12-
tags: '*'
4+
release:
5+
types: [published]
136

147
workflow_dispatch:
158

c2pa-native-version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
c2pa-v0.64.0
1+
c2pa-v0.65.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "c2pa-python"
7-
version = "0.22.0"
7+
version = "0.23.0"
88
requires-python = ">=3.10"
99
description = "Python bindings for the C2PA Content Authenticity Initiative (CAI) library"
1010
readme = { file = "README.md", content-type = "text/markdown" }

tests/test_unit_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
class TestC2paSdk(unittest.TestCase):
4242
def test_sdk_version(self):
43-
self.assertIn("0.64.0", sdk_version())
43+
self.assertIn("0.65.0", sdk_version())
4444

4545

4646
class TestReader(unittest.TestCase):

0 commit comments

Comments
 (0)