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

Commit 2f94bfd

Browse files
authored
chore: fix config
1 parent d355393 commit 2f94bfd

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
## v0.3.3 (2022-01-08)
66

7-
87
**[See all commits in this version](https://github.com/supabase-community/gotrue-py/compare/v0.3.2...v0.3.3)**
98

109
## v0.3.2 (2022-01-04)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ version_toml = "pyproject.toml:tool.poetry.version"
3939
major_on_zero = false
4040
commit_subject = "chore(release): bump version to v{version}"
4141
build_command = "curl -sSL https://install.python-poetry.org | python - && export PATH=\"/github/home/.local/bin:$PATH\" && poetry install && poetry build"
42-
upload_to_repository = true
42+
upload_to_repository = false
4343
branch = "main"
4444
changelog_components = "semantic_release.changelog.changelog_headers,semantic_release.changelog.compare_url"
4545

0 commit comments

Comments
 (0)