mirror of
https://github.com/iluvcapra/ptulsconv.git
synced 2025-12-31 08:50:48 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
aa7b418121 | ||
|
|
a519a525b2 |
2
.github/workflows/pythonpublish.yml
vendored
2
.github/workflows/pythonpublish.yml
vendored
@@ -26,7 +26,7 @@ jobs:
|
|||||||
- name: Build package
|
- name: Build package
|
||||||
run: python -m build
|
run: python -m build
|
||||||
- name: pypi-publish
|
- name: pypi-publish
|
||||||
uses: pypa/gh-action-pypi-publish@v1.8.6
|
uses: pypa/gh-action-pypi-publish@v1.12.4
|
||||||
# - name: Report to Mastodon
|
# - name: Report to Mastodon
|
||||||
# uses: cbrgm/mastodon-github-action@v1.0.1
|
# uses: cbrgm/mastodon-github-action@v1.0.1
|
||||||
# with:
|
# with:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
Parse and convert Pro Tools text exports
|
Parse and convert Pro Tools text exports
|
||||||
"""
|
"""
|
||||||
|
|
||||||
__version__ = '2.2.0'
|
__version__ = '2.2.1'
|
||||||
__author__ = 'Jamie Hardt'
|
__author__ = 'Jamie Hardt'
|
||||||
__license__ = 'MIT'
|
__license__ = 'MIT'
|
||||||
__copyright__ = "%s %s (c) 2025 %s. All rights reserved." \
|
__copyright__ = "%s %s (c) 2025 %s. All rights reserved." \
|
||||||
|
|||||||
Reference in New Issue
Block a user