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 f992bb4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions 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
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased]

### Added

- :construction_worker: :package: Add build distribution (instead of source only distribution) to PyPI release to make install easier and faster (#515)(https://github.com/Galileo-Galilei/kedro-mlflow/issues/515))

## [0.12.1] - 2024-02-09

### Added
Expand Down

0 comments on commit f992bb4

Please sign in to comment.