Skip to content

Commit 84235eb

Browse files
chore: Rename to meltano-dbt-ext (#73)
1 parent 057826a commit 84235eb

File tree

3 files changed

+147
-153
lines changed

3 files changed

+147
-153
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
needs: [build]
2020
environment:
2121
name: pypi
22-
url: https://pypi.org/p/dbt-ext
22+
url: https://pypi.org/p/meltano-dbt-ext
2323
if: startsWith(github.ref, 'refs/tags/')
2424
permissions:
2525
id-token: write # Needed for OIDC PyPI publishing
@@ -49,14 +49,14 @@ jobs:
4949
- name: Upload wheel and sdist to release
5050
uses: svenstaro/upload-release-action@v2
5151
with:
52-
file: dist/dbt_ext*
52+
file: dist/meltano_dbt_ext*
5353
tag: ${{ github.ref }}
5454
overwrite: true
5555
file_glob: true
5656
- uses: actions/attest-build-provenance@v1
5757
id: attest
5858
with:
59-
subject-path: "./dist/dbt_ext*"
59+
subject-path: "./dist/meltano_dbt_ext*"
6060
- name: Upload attestations to release
6161
uses: svenstaro/upload-release-action@v2
6262
with:

0 commit comments

Comments
 (0)