Skip to content

Commit

Permalink
fix action references
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Jan 26, 2024
1 parent 585dc22 commit 887be8e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,18 +51,18 @@ jobs:

- name: Build `dbt-adapters`
if: ${{ inputs.package }} == dbt-adapters
uses: ./.github/actions/publish-pypi
uses: ./.github/actions/build-hatch
with:
pypi-repository-url: ${{ vars.PYPI_REPOSITORY_URL }}

- name: Build `dbt-tests-adapter`
if: ${{ inputs.package }} == dbt-tests-adapter
uses: ./.github/actions/publish-pypi
uses: ./.github/actions/build-hatch
with:
pypi-repository-url: ${{ vars.PYPI_REPOSITORY_URL }}
working-dir: "./dbt-tests-adapter"

- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
uses: ./.github/actions/publish-pypi
with:
repository-url: ${{ vars.PYPI_REPOSITORY_URL }}

0 comments on commit 887be8e

Please sign in to comment.