From 62f52a1bc53eeb96d75213aa00819ec38ab643e0 Mon Sep 17 00:00:00 2001 From: Jaekwon Bang Date: Mon, 3 Nov 2025 11:54:12 +0900 Subject: [PATCH] Modify publish-release.yml to release in PYPI --- .bumpversion.cfg | 2 +- .github/workflows/publish-release.yml | 4 ++-- setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 43f6c48..79e54ad 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -2,7 +2,7 @@ commit = True tag = False message = Bump version: {current_version} → {new_version} -current_version = 5.1.11 +current_version = 5.1.10 [bumpversion:file:setup.py] search = '{current_version}' diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 152699b..1d993ef 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -82,7 +82,7 @@ jobs: steps: - uses: actions/checkout@v3 with: - fetch-depth: 0 + ref: main - name: Set up Python 3.12 uses: actions/setup-python@v4 with: @@ -107,7 +107,7 @@ jobs: steps: - uses: actions/checkout@v3 with: - fetch-depth: 0 + ref: main - name: Set up Python uses: actions/setup-python@v4 with: diff --git a/setup.py b/setup.py index 9449f3e..8215376 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ setup( name=_PACKAEG_NAME, - version='5.1.11', + version='5.1.10', package_dir={"": "src"}, packages=find_packages(where='src'), description='FOSSLight Binary Scanner',