Skip to content

Commit

Permalink
chore: Rename to meltano-dbt-ext (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Aug 1, 2024
1 parent 057826a commit 84235eb
Show file tree
Hide file tree
Showing 3 changed files with 147 additions and 153 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
needs: [build]
environment:
name: pypi
url: https://pypi.org/p/dbt-ext
url: https://pypi.org/p/meltano-dbt-ext
if: startsWith(github.ref, 'refs/tags/')
permissions:
id-token: write # Needed for OIDC PyPI publishing
Expand Down Expand Up @@ -49,14 +49,14 @@ jobs:
- name: Upload wheel and sdist to release
uses: svenstaro/upload-release-action@v2
with:
file: dist/dbt_ext*
file: dist/meltano_dbt_ext*
tag: ${{ github.ref }}
overwrite: true
file_glob: true
- uses: actions/attest-build-provenance@v1
id: attest
with:
subject-path: "./dist/dbt_ext*"
subject-path: "./dist/meltano_dbt_ext*"
- name: Upload attestations to release
uses: svenstaro/upload-release-action@v2
with:
Expand Down
Loading

0 comments on commit 84235eb

Please sign in to comment.