Skip to content

Commit

Permalink
Merge pull request #21: CI: Add wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
pawel-kow authored Feb 18, 2024
2 parents e7aaec6 + 72ecb71 commit 4fa38e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install setuptools
pip install setuptools wheel
- name: build distribution packages
run: python setup.py sdist bdist_wheel
- name: Build and publish to PyPI
Expand Down

0 comments on commit 4fa38e2

Please sign in to comment.