Skip to content

Commit 9c2bb93

Browse files
committed
fixing package name
1 parent 0dfb2e7 commit 9c2bb93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
runs-on: ubuntu-latest
3939
environment:
4040
name: pypi
41-
url: https://pypi.org/p/isp-programmer # Replace <package-name> with your PyPI project name
41+
url: https://pypi.org/p/ISPProgrammer # Replace <package-name> with your PyPI project name
4242
permissions:
4343
id-token: write # IMPORTANT: mandatory for trusted publishing
4444

@@ -59,7 +59,7 @@ jobs:
5959

6060
environment:
6161
name: testpypi
62-
url: https://test.pypi.org/p/isp-programmer
62+
url: https://test.pypi.org/p/ISPProgrammer
6363

6464
permissions:
6565
id-token: write # IMPORTANT: mandatory for trusted publishing

0 commit comments

Comments
 (0)