Skip to content

Commit

Permalink
Add packaging to github release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tomach committed Sep 2, 2024
1 parent eb316b0 commit 2ddeeba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
python-version: 3.8
- name: Install setuptools and wheel
run: |
python -m pip install --upgrade pip setuptools wheel
python -m pip install --upgrade pip setuptools wheel packaging
- name: Build sdist and wheel
run: |
python setup.py sdist bdist_wheel
Expand Down

0 comments on commit 2ddeeba

Please sign in to comment.