We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dfb2e7 commit 9c2bb93Copy full SHA for 9c2bb93
.github/workflows/cd.yml
@@ -38,7 +38,7 @@ jobs:
38
runs-on: ubuntu-latest
39
environment:
40
name: pypi
41
- url: https://pypi.org/p/isp-programmer # Replace <package-name> with your PyPI project name
+ url: https://pypi.org/p/ISPProgrammer # Replace <package-name> with your PyPI project name
42
permissions:
43
id-token: write # IMPORTANT: mandatory for trusted publishing
44
@@ -59,7 +59,7 @@ jobs:
59
60
61
name: testpypi
62
- url: https://test.pypi.org/p/isp-programmer
+ url: https://test.pypi.org/p/ISPProgrammer
63
64
65
0 commit comments