Skip to content

Commit 39695a1

Browse files
use newer project name (#154)
* use newer project name * update pluggy
1 parent 1a51efe commit 39695a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
environment:
1212
name: pypi
13-
url: https://pypi.org/project/pyscript
13+
url: https://pypi.org/project/pyscript-cli
1414
permissions:
1515
id-token: write
1616
steps:

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def check_tag_version():
4646
install_requires=[
4747
'importlib-metadata; python_version<"3.8"',
4848
"Jinja2<3.2",
49-
"pluggy<1.3",
49+
"pluggy==1.5.0",
5050
"rich<=13.7.1",
5151
"toml<0.11",
5252
"typer<=0.9.0",

0 commit comments

Comments
 (0)