Skip to content

Commit 9a74804

Browse files
authored
Meta update (#6)
* update some metatdata * trigger publish to pypi on github publish rather than tag * bump version
1 parent d670dc9 commit 9a74804

3 files changed

Lines changed: 6 additions & 7 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
name: Publish
22

33
on:
4-
push:
5-
tags:
6-
# Publish on any tag starting with a `v`, e.g., v0.1.0
7-
- v*
4+
release:
5+
types: [published]
86
permissions:
97
contents: read
108

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,11 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "git-sync-filtered"
7-
version = "0.1.2"
7+
version = "0.1.3"
88
description = "Sync filtered commits from private to public repository"
99
readme = "README.md"
1010
requires-python = ">=3.10"
1111
license = { text = "MIT" }
12-
authors = [{ name = "Your Name", email = "you@example.com" }]
1312
keywords = ["git", "filter", "sync", "repo"]
1413
classifiers = [
1514
"Development Status :: 3 - Alpha",
@@ -19,6 +18,8 @@ classifiers = [
1918
"Programming Language :: Python :: 3.10",
2019
"Programming Language :: Python :: 3.11",
2120
"Programming Language :: Python :: 3.12",
21+
"Programming Language :: Python :: 3.13",
22+
"Programming Language :: Python :: 3.14",
2223
]
2324

2425
dependencies = ["click>=8.0", "gitpython>=3.1", "git-filter-repo>=2.0"]

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)