Skip to content

Commit

Permalink
Fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamsorcerer authored Jan 20, 2024
1 parent 15cb1b4 commit 5660128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
uses: actions/setup-python@v2
- name: Install dependencies
run:
python -m pip install -U pip wheel twine
python -m pip install -U pip wheel twine setuptools
- name: Make dists
run:
python setup.py sdist bdist_wheel
Expand Down

0 comments on commit 5660128

Please sign in to comment.