Skip to content

Commit

Permalink
use newer project name (#154)
Browse files Browse the repository at this point in the history
* use newer project name

* update pluggy
  • Loading branch information
madhur-tandon authored Sep 9, 2024
1 parent 1a51efe commit 39695a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
environment:
name: pypi
url: https://pypi.org/project/pyscript
url: https://pypi.org/project/pyscript-cli
permissions:
id-token: write
steps:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def check_tag_version():
install_requires=[
'importlib-metadata; python_version<"3.8"',
"Jinja2<3.2",
"pluggy<1.3",
"pluggy==1.5.0",
"rich<=13.7.1",
"toml<0.11",
"typer<=0.9.0",
Expand Down

0 comments on commit 39695a1

Please sign in to comment.