Skip to content

Commit

Permalink
[FIX] correct directory
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreSchnizer committed Dec 16, 2024
1 parent 95a9f49 commit 5760c7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install pypa/build
run: python3 -m pip install build --user
- name: Build a source tarball (wheel would have to be manylinux )
run: python3 -m build --sdist
run: python3 -m build --sdist ./python/
- name: Store the distribution packages
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 5760c7c

Please sign in to comment.