Skip to content

Commit

Permalink
ok I needed those build steps
Browse files Browse the repository at this point in the history
  • Loading branch information
supersational committed Jul 24, 2024
1 parent 4fa7560 commit 1c34dd2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
python-version: "3.12"
cache: pip
cache-dependency-path: pyproject.toml
- name: Install dependencies
run: |
pip install setuptools wheel build
- name: Build
run: |
python -m build
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ requires-python = ">=3.8"
authors = [{ name = "Sven Hollowell" }]
license = { text = "MIT" }
dependencies = ["music21"]
version = "0.1.3"
version = "0.1.4"

[project.urls]
Homepage = "https://github.com/supersational/showscore"
Expand Down
2 changes: 1 addition & 1 deletion showscore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from .html_renderer import makeHTML, musicXMLToScript, showXML, backend
from .show import show

__version__ = "0.1.3"
__version__ = "0.1.4"
__author__ = "Sven Hollowell"
__license__ = "MIT"
__url__ = "https://github.com/supersational/showscore"

0 comments on commit 1c34dd2

Please sign in to comment.