Skip to content

Commit 5b1ace8

Browse files
fix: Bump to singer-sdk v0.47 (#255)
1 parent cd442c9 commit 5b1ace8

File tree

4 files changed

+460
-476
lines changed

4 files changed

+460
-476
lines changed

.github/workflows/ci_workflow.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,21 @@ jobs:
1919
strategy:
2020
matrix:
2121
python-version:
22+
- "3.14"
2223
- "3.13"
2324
- "3.12"
2425
- "3.11"
2526
- "3.10"
2627
- "3.9"
27-
max-parallel: 3
28+
max-parallel: 2
2829

2930
steps:
3031
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3132
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
3233
with:
3334
python-version: ${{ matrix.python-version }}
3435
allow-prereleases: true
35-
- uses: astral-sh/setup-uv@bd01e18f51369d5a26f1651c3cb451d3417e3bba # v6.3.1
36+
- uses: astral-sh/setup-uv@7edac99f961f18b581bbd960d59d049f04c0002f # v6.4.1
3637
with:
3738
version: ">=0.4.0"
3839

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
name: Packages
3131
path: dist
3232
- name: Upload wheel to release
33-
uses: svenstaro/upload-release-action@5e35e583720436a2cc5f9682b6f55657101c1ea1 # 2.11.1
33+
uses: svenstaro/upload-release-action@81c65b7cd4de9b2570615ce3aad67a41de5b1a13 # 2.11.2
3434
with:
3535
repo_token: ${{ secrets.GITHUB_TOKEN }}
3636
file: dist/*.whl

0 commit comments

Comments
 (0)