Skip to content

Commit

Permalink
New release
Browse files Browse the repository at this point in the history
  • Loading branch information
jazz-soft committed Dec 1, 2023
1 parent bf267c5 commit c6ffb66
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,9 @@ jobs:
runs-on: macos-latest
...
```

If you are getting a build error related to Python 3.12, you may want to add this build step
(see the [build.yml](https://github.com/jazz-soft/midi-test/blob/master/.github/workflows/build.yml) file):
```
- run: python -m pip install --upgrade packaging pip setuptools
```
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "midi-test",
"version": "1.2.7",
"version": "1.2.8",
"description": "Virtual MIDI ports for testing MIDI applications",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit c6ffb66

Please sign in to comment.