Skip to content

Commit

Permalink
Merge pull request #599 from DeepRank/fix_release.yml_gcroci2
Browse files Browse the repository at this point in the history
ci: add python3 to fix the package build
  • Loading branch information
gcroci2 committed Mar 20, 2024
2 parents 524f232 + ac5b4e0 commit e422fb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
extras-require: publishing
pkg-installation-type: "repository"
- name: Build wheel and source distribution
run: python -m build
run: python3 -m build
- uses: actions/upload-artifact@v3
with:
path: dist/*
Expand Down

0 comments on commit e422fb3

Please sign in to comment.