Skip to content

Commit 8a54311

Browse files
authored
Merge pull request #161 from fosslight/fix_work2
Modify publish-release.yml to release in PYPI
2 parents d73822b + 62f52a1 commit 8a54311

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
commit = True
33
tag = False
44
message = Bump version: {current_version} → {new_version}
5-
current_version = 5.1.11
5+
current_version = 5.1.10
66

77
[bumpversion:file:setup.py]
88
search = '{current_version}'

.github/workflows/publish-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
steps:
8383
- uses: actions/checkout@v3
8484
with:
85-
fetch-depth: 0
85+
ref: main
8686
- name: Set up Python 3.12
8787
uses: actions/setup-python@v4
8888
with:
@@ -107,7 +107,7 @@ jobs:
107107
steps:
108108
- uses: actions/checkout@v3
109109
with:
110-
fetch-depth: 0
110+
ref: main
111111
- name: Set up Python
112112
uses: actions/setup-python@v4
113113
with:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949

5050
setup(
5151
name=_PACKAEG_NAME,
52-
version='5.1.11',
52+
version='5.1.10',
5353
package_dir={"": "src"},
5454
packages=find_packages(where='src'),
5555
description='FOSSLight Binary Scanner',

0 commit comments

Comments
 (0)