File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -20,4 +20,4 @@ RUN uv pip install . --system
20
20
RUN [ -f post-script.sh ] && sh post-script.sh || true
21
21
22
22
# Specify the command to run main.py with uv
23
- CMD [ "uv" , "run " , "/action/main.py" ]
23
+ CMD [ "python " , "/action/main.py" ]
Original file line number Diff line number Diff line change 31
31
uses : actions/checkout@v4
32
32
33
33
- name : Updating the badge
34
- uses : lnxpy/pypi-chart-badge@v1.2
34
+ uses : lnxpy/pypi-chart-badge@v1.3
35
35
with :
36
36
package_name : ' <PACKAGE-NAME>'
37
37
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " pypi-chart-badge"
3
- version = " 1.2 .0"
3
+ version = " 1.3 .0"
4
4
description = " PyPI Chart Badge Generator"
5
5
readme = " README.md"
6
6
requires-python = " >=3.12"
@@ -12,5 +12,8 @@ dependencies = [
12
12
" requests==2.32.3" ,
13
13
]
14
14
15
+ [tool .setuptools .packages .find ]
16
+ exclude = [" test*" ]
17
+
15
18
[project .optional-dependencies ]
16
19
cli = [" pyaction[cli]==0.8.1" ]
You can’t perform that action at this time.
0 commit comments