File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ jobs:
172172 apt-get install -y --no-install-recommends python3 python3-pip
173173 pip3 install -U pip
174174 run : |
175- pip3 install ${{ env.PACKAGE_NAME }} --no-index --find-links dist/ -- force-reinstall
175+ pip3 install dist/ ${{ env.PACKAGE_NAME }}-*.whl --force-reinstall
176176 - name : Upload wheels
177177 uses : actions/upload-artifact@v4
178178 with :
Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44
5+ ## [ 0.15.0] - 2025-06-17
6+
57### Changed
68
79- Update ` PyO3 ` to ` 0.25.0 ` .
462464
463465- Initial public release
464466
465- [ Unreleased ] : https://github.com/Stranger6667/css-inline/compare/python-v0.14.6...HEAD
467+ [ Unreleased ] : https://github.com/Stranger6667/css-inline/compare/python-v0.15.0...HEAD
468+ [ 0.15.0 ] : https://github.com/Stranger6667/css-inline/compare/python-v0.14.6...python-v0.15.0
466469[ 0.14.6 ] : https://github.com/Stranger6667/css-inline/compare/python-v0.14.5...python-v0.14.6
467470[ 0.14.5 ] : https://github.com/Stranger6667/css-inline/compare/python-v0.14.4...python-v0.14.5
468471[ 0.14.4 ] : https://github.com/Stranger6667/css-inline/compare/python-v0.14.3...python-v0.14.4
Original file line number Diff line number Diff line change 11[package ]
22name = " css-inline-python"
3- version = " 0.14.6 "
3+ version = " 0.15.0 "
44authors = [" Dmitry Dygalo <dmitry@dygalo.dev>" ]
55edition = " 2021"
66rust-version = " 1.71.1"
You can’t perform that action at this time.
0 commit comments