File tree Expand file tree Collapse file tree 4 files changed +272
-250
lines changed Expand file tree Collapse file tree 4 files changed +272
-250
lines changed Original file line number Diff line number Diff line change @@ -11,20 +11,21 @@ jobs:
11
11
build :
12
12
runs-on : ubuntu-latest
13
13
outputs :
14
+ package_name : ${{ steps.baipp.outputs.package_name }}
14
15
package_version : ${{ steps.baipp.outputs.package_version }}
15
16
steps :
16
17
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
17
18
with :
18
19
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
20
21
id : baipp
21
22
22
23
publish :
23
24
runs-on : ubuntu-latest
24
25
needs : build
25
26
environment :
26
27
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 }}
28
29
if : startsWith(github.ref, 'refs/tags/')
29
30
steps :
30
31
- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ dynamic = [ "version" ]
31
31
dependencies = [
32
32
" pyrate-limiter==3.*; python_version<'4'" ,
33
33
" requests-cache==1.*; python_version<'4'" ,
34
- " singer-sdk==0.46 .*" ,
34
+ " singer-sdk==0.47 .*" ,
35
35
]
36
36
37
37
urls.Documentation = " https://github.com/MeltanoLabs/tap-stackexchange/blob/main/README.md"
Original file line number Diff line number Diff line change 12
12
"meltano" ,
13
13
"singer-io" ,
14
14
],
15
- "metrics_log_level" : "debug" ,
16
15
}
17
16
18
17
TEST_SUITE_CONFIG = SuiteConfig (
You can’t perform that action at this time.
0 commit comments