diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index 9401a6d..e5108a7 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -5,12 +5,11 @@ on: push: branches: - main + tags: + - "v*.*.*" pull_request: branches: - main - release: - types: - - published env: REGISTRY: ghcr.io diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index abbbd4d..5ec5694 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -2,8 +2,9 @@ name: Upload Python Package on: - release: - types: [published] + push: + tags: + - "v*.*.*" jobs: build: diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 11fea0f..114d8f9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"1.0.0"} +{"." : "1.0.1"} diff --git a/pyproject.toml b/pyproject.toml index cb206b0..514afe7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = ["setuptools>=77.0"] [project] name = "supernote" -version = "1.0.0" +version = "1.0.1" license = "Apache-2.0" license-files = ["LICENSE"] description = "All-in-one toolkit for Supernote devices: parse notebooks, self-host services, access services"