Skip to content

Commit 08e6fc4

Browse files
committed
Fix environment URLs
1 parent b505eae commit 08e6fc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
runs-on: ubuntu-latest
4545
environment:
4646
name: pypi
47-
url: https://pypi.org/p/eoapi-auth-utils
47+
url: https://pypi.org/p/asgi-s3-response-middleware
4848
permissions:
4949
id-token: write # IMPORTANT: mandatory for trusted publishing
5050

@@ -108,7 +108,7 @@ jobs:
108108

109109
environment:
110110
name: testpypi
111-
url: https://test.pypi.org/p/eoapi-auth-utils
111+
url: https://test.pypi.org/p/asgi-s3-response-middleware
112112

113113
permissions:
114114
id-token: write # IMPORTANT: mandatory for trusted publishing

0 commit comments

Comments
 (0)