Skip to content

Commit

Permalink
Add sdist build (#74)
Browse files Browse the repository at this point in the history
* Add sdist to the build pipeline

* Bump version
  • Loading branch information
talmo authored Feb 27, 2024
1 parent 295e1c7 commit a486251
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Build wheel
run: |
python -m build --wheel
python -m build --wheel --sdist
twine check dist/*
- name: Upload
Expand Down
2 changes: 1 addition & 1 deletion sleap_io/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Define package version.
# This is read dynamically by setuptools in pyproject.toml to determine the release version.
__version__ = "0.0.12"
__version__ = "0.0.13"

from sleap_io.model.skeleton import Node, Edge, Skeleton, Symmetry
from sleap_io.model.video import Video
Expand Down

0 comments on commit a486251

Please sign in to comment.