Skip to content

Commit 80fc9a1

Browse files
chore(deps): update from template
1 parent 89711c3 commit 80fc9a1

4 files changed

Lines changed: 30 additions & 4 deletions

File tree

.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
_commit: v0.16.4
1+
_commit: v0.16.6
22
_src_path: gh:helmut-hoffer-von-ankershoffen/oe-python-template
33
attestations_enabled: true
44
author_email: helmuthva@googlemail.com

.github/workflows/ci-cd.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,29 @@ jobs:
5454
secrets: inherit
5555

5656

57+
58+
package_publish:
59+
60+
needs: [lint, audit, test, codeql]
61+
62+
uses: ./.github/workflows/_package-publish.yml
63+
if: (startsWith(github.ref, 'refs/tags/v') && (!contains(github.event.head_commit.message, '[skip ci]')))
64+
permissions:
65+
contents: write
66+
packages: read
67+
secrets: inherit
68+
69+
docker_publish:
70+
71+
needs: [lint, audit, test, codeql]
72+
73+
if: (startsWith(github.ref, 'refs/tags/v') && (!contains(github.event.head_commit.message, '[skip ci]')))
74+
uses: ./.github/workflows/_docker-publish.yml
75+
permissions:
76+
attestations: write
77+
contents: read
78+
id-token: write
79+
packages: write
80+
secrets: inherit
81+
82+

ATTRIBUTIONS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2033,7 +2033,7 @@ SOFTWARE.
20332033

20342034
```
20352035

2036-
## brave-search-python-client (0.4.24) - MIT License
2036+
## brave-search-python-client (0.4.25) - MIT License
20372037

20382038
🦁 Brave Search Python Client supporting Web, Image, News and Video search.
20392039

CLI_REFERENCE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ $ brave-search-python-client [OPTIONS] COMMAND [ARGS]...
1212
* `--show-completion`: Show completion for the current shell, to copy it or customize the installation.
1313
* `--help`: Show this message and exit.
1414

15-
🦁 Brave Search Python Client v0.4.24 - built with love in Berlin 🐻
15+
🦁 Brave Search Python Client v0.4.25 - built with love in Berlin 🐻
1616

1717
**Commands**:
1818

@@ -145,7 +145,7 @@ $ brave-search-python-client Command Line Interface of Brave Search Python Clien
145145

146146
* `--help`: Show this message and exit.
147147

148-
🦁 Brave Search Python Client v0.4.24 - built with love in Berlin 🐻
148+
🦁 Brave Search Python Client v0.4.25 - built with love in Berlin 🐻
149149

150150
**Commands**:
151151

0 commit comments

Comments
 (0)