From 9257252bdc63fd9978bd0cb93f2be29b13dab3fe Mon Sep 17 00:00:00 2001 From: Colin Date: Mon, 26 Feb 2024 16:30:44 -0800 Subject: [PATCH] fix pypi input name --- .github/actions/publish-pypi/action.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/publish-pypi/action.yml b/.github/actions/publish-pypi/action.yml index c97beceb..fe3cafd3 100644 --- a/.github/actions/publish-pypi/action.yml +++ b/.github/actions/publish-pypi/action.yml @@ -2,7 +2,7 @@ name: Publish - PyPI description: Publish artifacts saved during build step to PyPI inputs: - artifacts-dir-name: + artifacts-dir: description: Where to download the artifacts from required: true repository-url: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d72d1bd1..9264d04d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -146,7 +146,7 @@ jobs: uses: actions/checkout@v4 - name: "Publish to PyPI" - uses: ./.github/actions/publish-pypi + uses: dbt-labs/dbt-adapters/.github/actions/publish-pypi@bumpVersion with: repository-url: ${{ vars.PYPI_REPOSITORY_URL }} artifacts-dir: ${{ inputs.version_number }}-${{ inputs.package }}-${{ inputs.deploy-to }}