Skip to content

Commit

Permalink
Build release: remove unused job
Browse files Browse the repository at this point in the history
  • Loading branch information
markotoplak committed Oct 10, 2024
1 parent b30b6ab commit d54133b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

upload_release_assets:
name: Upload Release Assets
needs: [build_dist_files, build_wheels]
needs: [build_dist_files]
# run eventhough job in need is skipped
if: always() && !failure() && !cancelled() && startsWith(github.ref, 'refs/tags')
runs-on: ubuntu-latest
Expand All @@ -56,7 +56,7 @@ jobs:

pypi_publish:
name: PyPI Publish
needs: [build_dist_files, build_wheels]
needs: [build_dist_files]
runs-on: ubuntu-latest
permissions:
id-token: write # this permission is mandatory for trusted publishing
Expand Down

0 comments on commit d54133b

Please sign in to comment.