From 5a4f08dffc79cd8ba00ab800b2a4ae039204a9a1 Mon Sep 17 00:00:00 2001 From: Colin Rogers <111200756+colin-rogers-dbt@users.noreply.github.com> Date: Wed, 18 Dec 2024 11:44:31 -0800 Subject: [PATCH] Update publish.yml --- .github/workflows/publish.yml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0d99ed37..7e3b8f9e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -65,7 +65,7 @@ jobs: package: ${{ inputs.package }} publish: - needs: package + needs: [package, generate-changelog] runs-on: ${{ vars.DEFAULT_RUNNER }} environment: name: ${{ inputs.deploy-to }} @@ -90,17 +90,6 @@ jobs: with: repository-url: ${{ vars.PYPI_REPOSITORY_URL }} packages-dir: ./${{ needs.package.outputs.directory }}dist/ - - verify: - runs-on: ${{ vars.DEFAULT_RUNNER }} - needs: [package, publish] - # check the correct index - environment: - name: ${{ inputs.deploy-to }} - steps: - - uses: actions/checkout@v4 - with: - ref: ${{ inputs.branch }} - id: version run: echo "version=$(hatch version)" >> $GITHUB_OUTPUT working-directory: ./${{ needs.package.outputs.directory }}