Skip to content

Commit

Permalink
chore: Update deploy_to_pypi_prod workflow dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mnbf9rca committed Jul 23, 2024
1 parent 32ec3a8 commit b320483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_workflow_wrapper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
artifact-name: ${{ needs.build_artifacts.outputs.artifact-name }}

deploy_to_pypi_prod:
needs: [build_artifacts, deploy_to_pypi_test]
needs: [build_artifacts]
uses: ./.github/workflows/deploy_to_pypi.yml
with:
package-version: ${{ needs.build_artifacts.outputs.package-version }}
Expand Down

0 comments on commit b320483

Please sign in to comment.