We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a51efe commit 39695a1Copy full SHA for 39695a1
.github/workflows/release.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
environment:
12
name: pypi
13
- url: https://pypi.org/project/pyscript
+ url: https://pypi.org/project/pyscript-cli
14
permissions:
15
id-token: write
16
steps:
setup.py
@@ -46,7 +46,7 @@ def check_tag_version():
46
install_requires=[
47
'importlib-metadata; python_version<"3.8"',
48
"Jinja2<3.2",
49
- "pluggy<1.3",
+ "pluggy==1.5.0",
50
"rich<=13.7.1",
51
"toml<0.11",
52
"typer<=0.9.0",
0 commit comments