mirror of
https://github.com/beetbox/beets.git
synced 2026-01-01 13:33:02 +01:00
Fix build bug in workflow
This commit is contained in:
parent
7924f506ca
commit
860f096fcd
1 changed files with 4 additions and 7 deletions
11
.github/workflows/make_release.yaml
vendored
11
.github/workflows/make_release.yaml
vendored
|
|
@ -15,14 +15,11 @@ jobs:
|
|||
- name: Set up Python
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: "3.x"
|
||||
- name: Install pypa/build
|
||||
run: >-
|
||||
python3 -m
|
||||
pip install
|
||||
build
|
||||
--user
|
||||
python-version: "3.9"
|
||||
- run: pip install build wheel sphinx
|
||||
- name: Build a binary wheel and a source tarball
|
||||
env:
|
||||
TZ: UTC
|
||||
run: python3 -m build
|
||||
- name: Store the distribution packages
|
||||
uses: actions/upload-artifact@v3
|
||||
|
|
|
|||
Loading…
Reference in a new issue