Skip to content

Commit dcebb37

Browse files
committed
ci: fix bash-5.3
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
1 parent 4234b4f commit dcebb37

3 files changed

Lines changed: 12 additions & 1 deletion

File tree

.github/workflows/doc.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
- name: Checkout code
2222
uses: actions/checkout@v4
2323

24+
- name: Install bash 5.3
25+
uses: pkgcore/gh-actions/bash-5.3@main
26+
2427
- name: Set up Python 3.13
2528
uses: actions/setup-python@v5
2629
with:

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
- name: Checkout code
2020
uses: actions/checkout@v5
2121

22+
- name: Install bash 5.3
23+
uses: pkgcore/gh-actions/bash-5.3@main
24+
2225
- name: Reject any VCS dependencies
2326
continue-on-error: ${{ github.ref_type == 'branch' && github.ref_name != 'release-test-full' }}
2427
uses: pkgcore/gh-actions/reject-python-vcs-deps@main
@@ -127,4 +130,4 @@ jobs:
127130
packages-dir: .
128131
repository-url: https://test.pypi.org/legacy/
129132
# attestations are bound in a way re-releasing isn't possible. Disable for tests.
130-
attestations: false
133+
attestations: false

NEWS.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
Release Notes
33
=============
44

5+
pkgdev 0.2.14 (2026-05-05)
6+
---------------------------
7+
8+
- fix dependencies (Arthur Zamarin)
9+
510
pkgdev 0.2.13 (2026-05-01)
611
---------------------------
712
- tests no longer are sensitive to ``git --config --global`` content (Brian

0 commit comments

Comments
 (0)