Skip to content

Commit

Permalink
revert formatting changes in release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Nov 17, 2024
1 parent 9f2f504 commit 4819e5e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ jobs:
archive_name: ${{ needs.build-release.outputs.archive-name }}

pypi-release:
name: "PyPI release"
name: PyPI Release
if: ${{ !failure() && !cancelled() && !inputs.only_docker }}
runs-on: ubuntu-latest
needs: build-release
Expand All @@ -179,8 +179,7 @@ jobs:
# see https://github.com/marketplace/actions/pypi-publish
id-token: write
steps:
- name: "Publish to PyPI"
uses: dbt-labs/dbt-adapters/.github/actions/publish-pypi@main
- uses: dbt-labs/dbt-adapters/.github/actions/publish-pypi@main
with:
repository-url: ${{ vars.PYPI_REPOSITORY_URL }}
archive-name: ${{ needs.build-release.outputs.archive-name }}
Expand Down

0 comments on commit 4819e5e

Please sign in to comment.