Skip to content

Commit

Permalink
chore(patch-release): update template to (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
huxuan authored Jan 31, 2025
1 parent 647ae6a commit 39781de
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .copier-answers.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
_commit: v0.0.65
_commit: v0.0.66
_src_path: gh:serious-scaffold/ss-python
author_email: [email protected]
author_name: huxuan
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,9 @@ jobs:
- '3.13'
package-publish:
runs-on: ubuntu-24.04
permissions:
contents: read
id-token: write
steps:
- name: Checkout repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information

author = "huxuan"
copyright = "2023, huxuan"
copyright = "2019-2025, huxuan"
project = "IPTVTools"
release = metadata.version("iptvtools")
version = ".".join(release.split(".")[:2])
Expand Down

0 comments on commit 39781de

Please sign in to comment.