Skip to content

Commit d721198

Browse files
committed
fix environment name
1 parent 4b98c58 commit d721198

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
runs-on: ubuntu-latest
8787
if: github.event.pull_request.merged == true && contains(github.event.pull_request.head.ref, 'sdk-core/')
8888
environment:
89-
name: pypi
89+
name: testpypi
9090
url: https://test.pypi.org/project/onepassword-sdk/
9191
permissions:
9292
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing

0 commit comments

Comments
 (0)