Skip to content

Commit

Permalink
Update publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
Cito committed Oct 13, 2024
1 parent cf1ee7b commit f277633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- name: Build wheel and source tarball
run: |
pip install wheel
pip install setuptools wheel
python setup.py sdist bdist_wheel
- name: Publish a Python distribution to PyPI
Expand Down

0 comments on commit f277633

Please sign in to comment.