Skip to content

Commit

Permalink
Providing the right path for setup.py file during build
Browse files Browse the repository at this point in the history
  • Loading branch information
shashankmc authored Jul 4, 2024
1 parent fa69709 commit 8e6d984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Build wheels
run: |
python setup.py sdist bdist_wheel
python cellar/setup.py sdist bdist_wheel
- name: Upload wheels
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 8e6d984

Please sign in to comment.