Skip to content

Commit

Permalink
fix: one more python-sdist dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
albertolerda committed Aug 28, 2023
1 parent a9b1642 commit c137ec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ jobs:

remove-tag-on-fail:
name: 🧻 Remove tag on fail
needs: [semantic-release, js-build-release, python-sdist, build-release-on-osx, build-release-on-ubuntu]
needs: [semantic-release, js-build-release, build-release-on-osx, build-release-on-ubuntu]
runs-on: ubuntu-latest
if: ${{ (failure() || cancelled()) && needs.semantic-release.outputs.release == 'True' }}
steps:
Expand Down

0 comments on commit c137ec2

Please sign in to comment.