Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit 875484e

Browse files
fix: add relevant pypi info and permissions
1 parent b4c1681 commit 875484e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,16 @@ jobs:
2929
run: |
3030
pip install pydantic==1.10.12
3131
make tests_only
32-
3332
publish:
3433
needs: test
3534
if: ${{ !startsWith(github.event.head_commit.message, 'bump') && !startsWith(github.event.head_commit.message, 'chore') && github.ref == 'refs/heads/main' && github.event_name == 'push' && github.repository_owner == 'supabase-community' }}
3635
runs-on: ubuntu-latest
3736
name: "Bump version, create changelog and publish"
37+
environment:
38+
name: pypi
39+
url: https://pypi.org/p/gotrue
40+
permissions:
41+
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
3842
steps:
3943
- name: Clone Repository
4044
uses: actions/checkout@v3

0 commit comments

Comments
 (0)