Skip to content

Commit d6f8ed2

Browse files
chore: Lock file maintenance (#547)
1 parent c11f4a7 commit d6f8ed2

File tree

2 files changed

+39
-35
lines changed

2 files changed

+39
-35
lines changed

.github/workflows/release_workflow.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,24 @@ jobs:
77
build:
88
name: Build wheel and sdist
99
runs-on: ubuntu-latest
10+
outputs:
11+
name: ${{ steps.baipp.outputs.package_name }}
12+
version: ${{ steps.baipp.outputs.package_version }}
1013
steps:
1114
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1215
with:
1316
fetch-depth: 0
1417
ref: ${{ github.ref }}
1518
- uses: hynek/build-and-inspect-python-package@c52c3a4710070b50470d903818a7b25115dcd076 # v2.13.0
19+
id: baipp
1620

1721
publish:
1822
name: Publish to PyPI
1923
if: startsWith(github.ref, 'refs/tags/')
2024
runs-on: ubuntu-latest
2125
environment:
2226
name: publishing
23-
url: https://pypi.org/p/meltanolabs-target-postgres
27+
url: https://pypi.org/p/${{ needs.build.outputs.name }}/${{ needs.build.outputs.version }}
2428
needs: build
2529
permissions:
2630
contents: write

uv.lock

Lines changed: 34 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)