Skip to content

Commit fffaa31

Browse files
fix: Bump Singer SDK to 0.47 (#529)
1 parent b639a8e commit fffaa31

File tree

4 files changed

+272
-250
lines changed

4 files changed

+272
-250
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,21 @@ jobs:
1111
build:
1212
runs-on: ubuntu-latest
1313
outputs:
14+
package_name: ${{ steps.baipp.outputs.package_name }}
1415
package_version: ${{ steps.baipp.outputs.package_version }}
1516
steps:
1617
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1718
with:
1819
fetch-depth: 0
19-
- uses: hynek/build-and-inspect-python-package@b5076c307dc91924a82ad150cdd1533b444d3310 # v2.12.0
20+
- uses: hynek/build-and-inspect-python-package@c52c3a4710070b50470d903818a7b25115dcd076 # v2.13.0
2021
id: baipp
2122

2223
publish:
2324
runs-on: ubuntu-latest
2425
needs: build
2526
environment:
2627
name: pypi
27-
url: https://pypi.org/project/tap-stackexchange/${{ needs.build.outputs.package_version }}
28+
url: https://pypi.org/project/${{ needs.build.outputs.package_name }}/${{ needs.build.outputs.package_version }}
2829
if: startsWith(github.ref, 'refs/tags/')
2930
steps:
3031
- uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dynamic = [ "version" ]
3131
dependencies = [
3232
"pyrate-limiter==3.*; python_version<'4'",
3333
"requests-cache==1.*; python_version<'4'",
34-
"singer-sdk==0.46.*",
34+
"singer-sdk==0.47.*",
3535
]
3636

3737
urls.Documentation = "https://github.com/MeltanoLabs/tap-stackexchange/blob/main/README.md"

tests/test_core.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
"meltano",
1313
"singer-io",
1414
],
15-
"metrics_log_level": "debug",
1615
}
1716

1817
TEST_SUITE_CONFIG = SuiteConfig(

0 commit comments

Comments
 (0)