Skip to content

Commit

Permalink
fix pypi input name
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-rogers-dbt committed Feb 27, 2024
1 parent 08e416f commit 9257252
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/publish-pypi/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 9257252

Please sign in to comment.