1 parent 2d22182 commit 9d131beCopy full SHA for 9d131be
3 files changed
.github/workflows/pypi_deploy.yml
@@ -38,7 +38,7 @@ jobs:
38
runs-on: ubuntu-latest
39
environment:
40
name: pypi
41
- url: https://pypi.org/p/<package-name> # Replace <package-name> with your PyPI project name
+ url: https://pypi.org/p/ezclermont
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/<package-name>
+ url: https://test.pypi.org/p/ezclermont
63
64
65
.github/workflows/python-package.yml
.github/workflows/python-publish.yml
0 commit comments