File tree 2 files changed +11
-10
lines changed 2 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 4
4
# Required for remote Supabase projects (optional for local development)
5
5
SUPABASE_PROJECT_REF = your-project-ref # Your project reference from dashboard URL
6
6
SUPABASE_DB_PASSWORD = your-db-password # Database password for your project
7
+ SUPABASE_REGION = us-east-1 # Region where your Supabase project is hosted
8
+
7
9
8
10
# Optional configuration
9
- SUPABASE_REGION = us-east-1 # Region where your Supabase project is hosted (defaults to us-east-1)
10
11
SUPABASE_ACCESS_TOKEN = your-personal-access-token # Required for Management API tools
11
12
SUPABASE_SERVICE_ROLE_KEY = your-service-role-key # Required for Auth Admin SDK tools
Original file line number Diff line number Diff line change @@ -19,15 +19,15 @@ Post-release
19
19
## v0.3.12 - 2025-03-12
20
20
21
21
Pre-release
22
- 1 . Tests pass - [ ]
23
- 2 . CI passes - [ ]
24
- 3 . Build succeeds - [ ]
25
- 4 . Documentation is up to date - [ ]
26
- 5 . Changelog is up to date - [ ]
27
- 6 . Tag and release on GitHub
28
- 7 . Release is published to PyPI
29
- 8 . Update dockerfile - [ ]
30
- 9 . Update .env.example (if necessary) - [ ]
22
+ 1 . Tests pass - [ X ]
23
+ 2 . CI passes - [ X ]
24
+ 3 . Build succeeds - [ X ]
25
+ 4 . Documentation is up to date - [ X ]
26
+ 5 . Changelog is up to date - [ X ]
27
+ 6 . Tag and release on GitHub - [ ]
28
+ 7 . Release is published to PyPI - [ ]
29
+ 8 . Update dockerfile - [ X ]
30
+ 9 . Update .env.example (if necessary) - [ X ]
31
31
32
32
Post-release
33
33
10 . Clean install from PyPi works - [ ]
You can’t perform that action at this time.
0 commit comments