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 23
23
with :
24
24
python-version : ' 3.x'
25
25
- 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.
26
29
run : |
27
- pip install --upgrade pip setuptools wheel twine
30
+ pip install --upgrade pip setuptools wheel twine setuptools-scm
28
31
- name : Build and publish
29
32
env :
30
33
TWINE_USERNAME : ${{ secrets.PYPI_USERNAME }}
Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
### 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 )
6
7
7
8
## 1.5.1 (2022-08-14)
8
9
### Fixed
You can’t perform that action at this time.
0 commit comments