Skip to content

Commit

Permalink
add sdist
Browse files Browse the repository at this point in the history
  • Loading branch information
Yikai-Liao committed Nov 17, 2024
1 parent 8274fd6 commit b0c6da9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,5 @@ jobs:

- uses: actions/upload-artifact@v4
with:
name: tmp-sdist
path: dist/*.tar.gz
6 changes: 6 additions & 0 deletions .github/workflows/wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,12 @@ jobs:
- name: Build sdist
run: pipx run build --sdist

- name: Upload sdist
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
with:
name: tmp-sdist
path: dist/*.tar.gz

merge_artifacts:
needs: [build_wheels, build_sdist]
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion python/symusic/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
Soundfont,
)

__version__ = "0.5.4"
__version__ = "0.5.5"

__all__ = [
"TimeUnit",
Expand Down

0 comments on commit b0c6da9

Please sign in to comment.