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
2020RUN [ -f post-script.sh ] && sh post-script.sh || true
2121
2222# 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 3131 uses : actions/checkout@v4
3232
3333 - name : Updating the badge
34- uses : lnxpy/pypi-chart-badge@v1.2
34+ uses : lnxpy/pypi-chart-badge@v1.3
3535 with :
3636 package_name : ' <PACKAGE-NAME>'
3737
Original file line number Diff line number Diff line change 11[project ]
22name = " pypi-chart-badge"
3- version = " 1.2 .0"
3+ version = " 1.3 .0"
44description = " PyPI Chart Badge Generator"
55readme = " README.md"
66requires-python = " >=3.12"
@@ -12,5 +12,8 @@ dependencies = [
1212 " requests==2.32.3" ,
1313]
1414
15+ [tool .setuptools .packages .find ]
16+ exclude = [" test*" ]
17+
1518[project .optional-dependencies ]
1619cli = [" pyaction[cli]==0.8.1" ]
You can’t perform that action at this time.
0 commit comments