Skip to content

Commit

Permalink
Add_bdist
Browse files Browse the repository at this point in the history
  • Loading branch information
addman2 committed Nov 7, 2023
1 parent ffaf116 commit 7fd9036
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ jobs:

- name: Upgrade setuptools and install package
run: |
python -m pip install --upgrade pip setuptools build
python -m pip install --upgrade pip setuptools build wheel
python -m pip install -e .
- name: Build source distribution
run: python -m build --sdist --outdir dist/ .
run: python -m build --sdist --bdist_wheel --outdir dist/ .

- name: Publish package to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit 7fd9036

Please sign in to comment.