Skip to content

Commit

Permalink
make a 'sdist'.
Browse files Browse the repository at this point in the history
  • Loading branch information
relleums committed Oct 16, 2023
1 parent 06c28ef commit c351f34
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install build
python -m pip install build
- name: Build package
run: python -m build
run: python -m build --sdist
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand Down
2 changes: 1 addition & 1 deletion ray_voxel_overlap/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.6"
__version__ = "0.0.7"

0 comments on commit c351f34

Please sign in to comment.