Skip to content

Commit 10b9777

Browse files
authored
Merge pull request #374 from mtreinish/update-release-workflow
Update release job to work with new packaging structure
2 parents 54d1d23 + 059afda commit 10b9777

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ jobs:
1515
- uses: actions/setup-python@v4
1616
name: Install Python
1717
with:
18-
python-version: '3.8'
18+
python-version: '3.x'
1919
- name: Install Deps
20-
run: pip install -U wheel
20+
run: pip install -U build
2121
- name: Build Artifacts
2222
run: |
23-
python setup.py sdist bdist_wheel
23+
python -m build
2424
shell: bash
2525
- uses: actions/upload-artifact@v4
2626
with:

0 commit comments

Comments
 (0)