Skip to content

Commit

Permalink
Include c file(s) in source distribution. Update packaging instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
iver56 committed Jul 8, 2024
1 parent 6591d54 commit ba9115c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
recursive-include numpy_rms *.c
1 change: 1 addition & 0 deletions packaging.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* Wait for build workflow in GitHub Actions to complete
* Download wheels artifact from the build workflow
* Place all the fresh whl files in dist/
* `python setup.py sdist`
* `python -m twine upload dist/*`
* Add a tag with name "x.y.z" to the commit
* Go to https://github.com/nomonosound/numpy-rms/releases and create a release where you choose the new tag

0 comments on commit ba9115c

Please sign in to comment.