Skip to content

Commit

Permalink
rename job
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed Feb 23, 2024
1 parent f847c8b commit 73eeed1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ concurrency:

jobs:

dist:
build_dist:
name: Build and upload sdist and wheel
uses: ./.github/workflows/build-distributions.yml

publish:
needs: [dist]
needs: [build_dist]
runs-on: ubuntu-latest
# if: github.event_name == 'release' && github.event.action == 'published'

Expand Down

0 comments on commit 73eeed1

Please sign in to comment.