Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Anatoly Myachev <[email protected]>
  • Loading branch information
anmyachev committed May 14, 2024
1 parent b87e249 commit 486a41a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
python-version: "3.9.x"

- name: Install/update tools
run: python3 -m pip install --upgrade build twine
run: python3 -m pip install --upgrade build wheel
- name: Build a pure Python wheel
run: python3 setup.py sdist bdist_wheel

Expand Down

0 comments on commit 486a41a

Please sign in to comment.