Skip to content

Commit

Permalink
vendor packaging.version
Browse files Browse the repository at this point in the history
Requiring packaging as a setup requirement was incompatible with riot
and is annoying to deal with for package building in general.
  • Loading branch information
Kyle-Verhoog committed Sep 26, 2023
1 parent 54509c4 commit 44e37f8
Show file tree
Hide file tree
Showing 4 changed files with 627 additions and 10 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:

- name: Build wheels
run: |
pip install wheel packaging
pip wheel --no-deps -w dist .
- uses: actions/upload-artifact@v2
Expand All @@ -47,7 +46,6 @@ jobs:

- name: Build sdist
run: |
pip install packaging
python setup.py sdist
- uses: actions/upload-artifact@v2
Expand Down
Loading

0 comments on commit 44e37f8

Please sign in to comment.