Skip to content

Commit

Permalink
Merge pull request #48 from cmason3/cmason3-patch-1
Browse files Browse the repository at this point in the history
Update pypi-release.yml
  • Loading branch information
cmason3 authored Oct 7, 2024
2 parents fca1796 + 0001f03 commit 5ba1d52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
python-version: "3.12"

- name: "install wheel"
run: "python -m pip install --user wheel"
run: "python -m pip install --user wheel setuptools"

- name: "build distribution"
run: "python setup.py sdist bdist_wheel"
Expand Down

0 comments on commit 5ba1d52

Please sign in to comment.