We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4850d8 commit 8ef6b55Copy full SHA for 8ef6b55
.github/workflows/release.yml
@@ -68,7 +68,7 @@ jobs:
68
runs-on: ubuntu-latest
69
environment:
70
name: pypi
71
- url: https://pypi.org/project/lsap/
+ url: https://pypi.org/project/lsap-sdk/
72
steps:
73
- uses: actions/checkout@v6
74
pyproject.toml
@@ -1,5 +1,5 @@
1
[project]
2
-name = "lsap"
+name = "lsap-sdk"
3
version = "0.1.0"
4
description = "Add your description here"
5
readme = "README.md"
0 commit comments