File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,6 +39,12 @@ from that branch.
3939
4040Releases can currently only be created by PMC members due to the permissions needed.
4141
42+ Install the release tooling dependencies (including PyGithub) before running the changelog script:
43+
44+ ``` bash
45+ uv sync --dev --group release --no-install-package datafusion
46+ ```
47+
4248You will need a GitHub Personal Access Token. Follow
4349[ these instructions] ( https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token )
4450to generate one if you do not already have one.
Original file line number Diff line number Diff line change @@ -147,9 +147,11 @@ dev = [
147147 " pytest-asyncio>=0.23.3" ,
148148 " ruff>=0.9.1" ,
149149 " toml>=0.10.2" ,
150- " pygithub==2.5.0" ,
151150 " codespell==2.4.1" ,
152151]
152+ release = [
153+ " pygithub==2.5.0" ,
154+ ]
153155docs = [
154156 " sphinx>=7.1.2" ,
155157 " pydata-sphinx-theme==0.8.0" ,
You can’t perform that action at this time.
0 commit comments