Skip to content

Commit

Permalink
Merge pull request #645 from vsbogd/fix-release-job
Browse files Browse the repository at this point in the history
Fix build_wheels job name
  • Loading branch information
vsbogd authored Mar 29, 2024
2 parents 11b7908 + a77c7da commit 3729f2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
environment:
name: test
runs-on: ubuntu-latest
needs: [build_wheels]
needs: [build-wheels]
if: github.event.action == 'published'
steps:
- uses: actions/download-artifact@v3
Expand All @@ -90,7 +90,7 @@ jobs:
environment:
name: production
runs-on: ubuntu-latest
needs: [build_wheels]
needs: [build-wheels]
if: github.event.action == 'published'
steps:
- uses: actions/download-artifact@v3
Expand Down

0 comments on commit 3729f2e

Please sign in to comment.