Skip to content

Commit

Permalink
📦 add back bdist_wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
antirotor committed Feb 20, 2024
1 parent 4dcb15f commit ca67b27
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,10 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: '3.9'
- name: Install dependencies and build
run: |
python -m pip install --upgrade pip
pip install setuptools wheel
python setup.py sdist bdist_wheel
- name: Build and publish
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit ca67b27

Please sign in to comment.