Skip to content

Commit

Permalink
CI: fix wrong step ID in upload_release_assets job
Browse files Browse the repository at this point in the history
  • Loading branch information
JakaKokosar committed Feb 23, 2021
1 parent 568e683 commit 0ac37ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:

upload_release_assets:
name: Upload Release Assets
needs: [build_wheels, build_sdist]
needs: [build_wheels]
runs-on: ubuntu-20.04

steps:
Expand All @@ -77,4 +77,4 @@ jobs:
uses: shogo82148/[email protected]
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: ${{ steps.download.outputs.download-path }}/*.whl
asset_path: ${{ steps.download_artifact.outputs.download-path }}/*.whl

0 comments on commit 0ac37ca

Please sign in to comment.