Skip to content

Commit

Permalink
merge internal pypi release into full release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Apr 20, 2024
1 parent a1cf815 commit 2ab9ff5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 36 deletions.
36 changes: 0 additions & 36 deletions .github/workflows/publish-pypi-internal.yml

This file was deleted.

14 changes: 14 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,20 @@ jobs:
version: ${{ inputs.version }}
deploy-environment: ${{ inputs.deploy-environment }}

publish-pypi-internal:
name: "Publish to internal PyPI"
if: ${{ !failure() && !cancelled() }}
needs:
- release-inputs
- merge-changes
uses: dbt-labs/dbt-release/.github/workflows/internal-archive-release.yml@main
with:
version_number: "${{ inputs.version }}"
package_test_command: "python -c \"import dbt.adapters.redshift\""
dbms_name: "redshift"
ref: ${{ needs.merge-changes.outputs.sha }}
secrets: inherit

slack-notification:
name: "Slack notification"
if: ${{ failure() && (inputs.deploy-environment == 'prod' || inputs.publish-slack-override) }}
Expand Down

0 comments on commit 2ab9ff5

Please sign in to comment.