Skip to content

Commit

Permalink
Chore fix deploy GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
leszekhanusz committed Jan 20, 2025
1 parent 25bb56d commit 35cddc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
python-version: 3.12
- name: Build wheel and source tarball
run: |
pip install wheel
pip install wheel setuptools
python setup.py sdist bdist_wheel
- name: Publish a Python distribution to PyPI
uses: pypa/[email protected]
Expand Down

0 comments on commit 35cddc8

Please sign in to comment.