Skip to content

Commit

Permalink
add setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
ikreymer committed Dec 10, 2024
1 parent b9a1ea9 commit e145f53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install dependencies
run: python -m pip install --upgrade pip wheel twine
run: python -m pip install --upgrade pip wheel twine setuptools

- name: Build Dist
run: python setup.py sdist bdist_wheel --universal
Expand Down

0 comments on commit e145f53

Please sign in to comment.