File tree 2 files changed +7
-2
lines changed 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 28
28
python -m pip install --user build
29
29
- name : Build a source tarball
30
30
run : |
31
- python -m build --sdist --no-deps .
31
+ python -m build --sdist .
32
32
- uses : actions/upload-artifact@v4
33
33
with :
34
34
name : python-package-distributions
Original file line number Diff line number Diff line change @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
## [ Unreleased]
10
10
...
11
11
12
+ ## [ v0.0.3]
13
+ ### Fixed
14
+ - remove --no-deps in build process on CI
15
+
12
16
## [ v0.0.2]
13
17
### Fixed
14
18
- fixed bug in the CI
@@ -17,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
17
21
### Added
18
22
- release to pypi
19
23
20
- [ Unreleased ] : https://github.com/pfizer-opensource/bigwig-loader/compare/v0.0.2...HEAD
24
+ [ Unreleased ] : https://github.com/pfizer-opensource/bigwig-loader/compare/v0.0.3...HEAD
25
+ [ v0.0.3 ] : https://github.com/pfizer-opensource/bigwig-loader/compare/v0.0.2...v0.0.3
21
26
[ v0.0.2 ] : https://github.com/pfizer-opensource/bigwig-loader/compare/v0.0.1...v0.0.2
22
27
[ v0.0.1 ] : https://github.com/pfizer-opensource/bigwig-loader/tree/v0.0.1
You can’t perform that action at this time.
0 commit comments