From 9f8a67395ca7eed4878df6757b849f282ea98765 Mon Sep 17 00:00:00 2001 From: Mike Alfare Date: Fri, 11 Oct 2024 18:12:27 -0400 Subject: [PATCH] check that dbt-athena is published before building dbt-athena-community --- .github/workflows/publish-pypi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-pypi.yml b/.github/workflows/publish-pypi.yml index c221c5e5..7cb0097e 100644 --- a/.github/workflows/publish-pypi.yml +++ b/.github/workflows/publish-pypi.yml @@ -67,4 +67,4 @@ jobs: timeout_seconds: 10 retry_wait_seconds: 10 max_attempts: 15 # 5 minutes: (10s timeout + 10s delay) * 15 attempts - command: wget ${{ vars.PYPI_PROJECT_URL }}/${{ inputs.package }}/$(UPLOADED_VERSION)/ + command: wget ${{ vars.PYPI_PROJECT_URL }}/${{ inputs.package }}/$UPLOADED_VERSION/