Skip to content

Commit

Permalink
ci(main): 👷 pypi-release needs python-sdist
Browse files Browse the repository at this point in the history
  • Loading branch information
matteo-cristino authored and albertolerda committed Aug 29, 2023
1 parent 46906f0 commit 8487aec
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 @@ -494,7 +494,7 @@ jobs:

pypi-release:
name: 📦 PyPI release
needs: [js-build-release, build-release-on-osx, build-release-on-ubuntu]
needs: [js-build-release, python-sdist, build-release-on-osx, build-release-on-ubuntu]
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v3
Expand Down

0 comments on commit 8487aec

Please sign in to comment.