Skip to content

Commit 4e3f8c7

Browse files
committed
include pyproject.toml in release preparation commit
1 parent d39b464 commit 4e3f8c7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/release/prepare_release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ def main():
166166
entries = get_changelog_entries(latest_tag)
167167
print(f"Found {len(entries)} changelog entries.")
168168

169-
# 4. Update the changelog file in place with the new release section
169+
# 4a. Update the changelog file in place with the new release section
170170
update_changelog_file(changelog_path, next_version, entries)
171171

172172
# 4b. Update the fsspec dependency in pyproject.toml to match the current month's release

.github/workflows/release-preparation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Create Branch and Commit
3939
run: |
4040
git checkout -b "$BRANCH_NAME"
41-
git add docs/source/changelog.rst
41+
git add docs/source/changelog.rst pyproject.toml
4242
git commit -m "chore: release $VERSION"
4343
git push --force origin "$BRANCH_NAME"
4444

0 commit comments

Comments
 (0)