Skip to content

Commit

Permalink
💚 Install wheel package for bdist_wheel build
Browse files Browse the repository at this point in the history
  • Loading branch information
Galileo-Galilei committed Apr 17, 2024
1 parent b852722 commit 848e63d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +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: |
pip install wheel
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
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## [0.12.2] - 2024-04-17
## [0.12.2] - 2024-04-18

### Added

Expand Down

0 comments on commit 848e63d

Please sign in to comment.