Skip to content

Commit

Permalink
Fix pypi dist
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh committed Oct 18, 2024
1 parent 2b43124 commit f7de505
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,7 @@ jobs:
# Step 7: Build the Python wheel
- name: Build wheels
working-directory: ./
# run: python3 -m build
run: python3 setup.py bdist_wheel
run: python3 -m build && rm dist/*.whl

# Step 8: Publish to PyPI
- name: Publish to PyPI
Expand Down
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
include README.md
include VERSION
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.10
0.3.17

0 comments on commit f7de505

Please sign in to comment.