File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 2323 with :
2424 python-version : ' 3.x'
2525 - name : Install dependencies
26+ # Install build and packaging dependencies.
27+ # setuptools-scm is necessary for ensuring all files from VCS (such as
28+ # examples) are in the sdist.
2629 run : |
27- pip install --upgrade pip setuptools wheel twine
30+ pip install --upgrade pip setuptools wheel twine setuptools-scm
2831 - name : Build and publish
2932 env :
3033 TWINE_USERNAME : ${{ secrets.PYPI_USERNAME }}
Original file line number Diff line number Diff line change 22
33## Unreleased
44### Fixed
5- - Fix regression in ` dylib ` build artifacts not being found since 1.5.0. [ #280 ] ( https://github.com/PyO3/setuptools-rust/pull/280 )
5+ - Fix regression in ` dylib ` build artifacts not being found since 1.5.0. [ #290 ] ( https://github.com/PyO3/setuptools-rust/pull/290 )
6+ - Fix regression in sdist missing examples and other supplementary files since 1.5.0. [ #291 ] ( https://github.com/PyO3/setuptools-rust/pull/291 )
67
78## 1.5.1 (2022-08-14)
89### Fixed
You can’t perform that action at this time.
0 commit comments