Skip to content
This repository was archived by the owner on Jul 2, 2025. It is now read-only.

Commit 8e6d984

Browse files
authored
Providing the right path for setup.py file during build
1 parent fa69709 commit 8e6d984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
4141
- name: Build wheels
4242
run: |
43-
python setup.py sdist bdist_wheel
43+
python cellar/setup.py sdist bdist_wheel
4444
4545
- name: Upload wheels
4646
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)