Skip to content

Commit 9d131be

Browse files
committed
fix errors, remove redundant workflows
1 parent 2d22182 commit 9d131be

3 files changed

Lines changed: 2 additions & 69 deletions

File tree

.github/workflows/pypi_deploy.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/<package-name> # Replace <package-name> with your PyPI project name
41+
url: https://pypi.org/p/ezclermont
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/<package-name>
62+
url: https://test.pypi.org/p/ezclermont
6363

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

.github/workflows/python-package.yml

Lines changed: 0 additions & 36 deletions
This file was deleted.

.github/workflows/python-publish.yml

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)