Skip to content

Commit

Permalink
Update publish GHA for pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
benfmiller committed Jun 3, 2024
1 parent db18bb0 commit 4d5ef5f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@ jobs:
- uses: FedericoCarboni/setup-ffmpeg@v1-beta
id: setup-ffmpeg
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install setuptools wheel twine
pip install build wheel twine
- name: Build and publish
run: |
python setup.py sdist bdist_wheel
python -m build --wheel
- name: Publish package
uses: pypa/[email protected]
with:
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ build-backend = "hatchling.build"
name = "audalign"
version = "1.2.4"
description = "Audio Alignment and Recognition in Python"
requires-python = ">= 3.8"
readme = "README.md"
license = "MIT"
authors = [
Expand Down

0 comments on commit 4d5ef5f

Please sign in to comment.