harden developer environment by d-v-b · Pull Request #4066 · zarr-developers/zarr-python · GitHub
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .github/dependabot.yml
11 changes: 4 additions & 7 deletions .github/workflows/prepare_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,12 @@ jobs:
fetch-depth: 0
persist-credentials: false

- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
with:
python-version: '3.12'

- name: Install towncrier
run: pip install towncrier
- uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0

- name: Build changelog
run: towncrier build --version "$VERSION" --yes
# Use the pinned towncrier from the `release` dependency group (single
# source of truth) rather than an unpinned standalone install.
run: uv run --only-group release towncrier build --version "$VERSION" --yes
env:
VERSION: ${{ inputs.version }}

Expand Down
68 changes: 40 additions & 28 deletions pyproject.toml
136 changes: 70 additions & 66 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading