Skip to content

Commit

Permalink
check that dbt-athena is published before building dbt-athena-community
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Oct 11, 2024
1 parent 7f60b75 commit 9f8a673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/

0 comments on commit 9f8a673

Please sign in to comment.