Skip to content

Commit

Permalink
👷 📦 Add bdist_wheel build to PyPI release (#515)
Browse files Browse the repository at this point in the history
  • Loading branch information
Galileo-Galilei committed Apr 7, 2024
1 parent dc3b7bf commit 9f4edc1
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 @@ -21,7 +21,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Build package dist from source # A better way will be : https://packaging.python.org/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/ but pep 517 is still marked as experimental
run: |
python setup.py sdist
python setup.py sdist bdist_wheel
- name: Set dynamically package version as output variable # see https://github.com/actions/create-release/issues/39
# see https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-commands-for-github-actions#setting-an-environment-variable
id: set_package_version
Expand Down

0 comments on commit 9f4edc1

Please sign in to comment.