Skip to content

Commit 2ae1a65

Browse files
committed
Fix pypi project names
1 parent 9371eb2 commit 2ae1a65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
if: startsWith(github.ref, 'refs/tags/v')
9393
environment:
9494
name: pypi
95-
url: https://pypi.org/p/pytest-unmagic
95+
url: https://pypi.org/p/jsonobject
9696
permissions:
9797
id-token: write
9898
steps:
@@ -115,7 +115,7 @@ jobs:
115115
runs-on: ubuntu-latest
116116
environment:
117117
name: testpypi
118-
url: https://test.pypi.org/p/pytest-unmagic
118+
url: https://test.pypi.org/p/jsonobject-test
119119
permissions:
120120
id-token: write
121121
steps:

0 commit comments

Comments
 (0)