Skip to content

Commit

Permalink
Add changelog entry for #98
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Mar 24, 2024
1 parent 5034e57 commit 7065a80
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [UNRELEASED](https://github.com/hynek/build-and-inspect-python-package/compare/v2.0.2...main)

### Added

- New input: `skip-wheel` to skip building the wheel in addition to the source distribution.
This is useful if you need to build your wheels using advanced tools like [*cibuildwheel*](https://cibuildwheel.pypa.io/) anyway.
[#98](https://github.com/hynek/build-and-inspect-python-package/pull/98)


## [2.0.2](https://github.com/hynek/build-and-inspect-python-package/compare/v2.0.1...v2.0.2) – 2024-03-16

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
- `path`: the location of the Python package to build (*optional*, default: `.`).
- `skip-wheel`: Whether to skip building the wheel in addition to the source distribution.
The only meaningful value is `'true'` (note the quotes – GitHub Actions only allow string inputs) and everything else is treated as falsey.
This is useful if you need to build your wheels using advanced tools like [*cibuildwheel*](https://cibuildwheel.pypa.io/) anyway.
(*optional*, default: `'false'`).


Expand Down

0 comments on commit 7065a80

Please sign in to comment.