Skip to content

Commit 22a8bb8

Browse files
committed
Seeing whether I can build this with the dependencies.
1 parent b7fef90 commit 22a8bb8

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
python -m pip install --user build
2929
- name: Build a source tarball
3030
run: |
31-
python -m build --sdist --no-deps .
31+
python -m build --sdist .
3232
- uses: actions/upload-artifact@v4
3333
with:
3434
name: python-package-distributions

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
## [Unreleased]
1010
...
1111

12+
## [v0.0.3]
13+
### Fixed
14+
- remove --no-deps in build process on CI
15+
1216
## [v0.0.2]
1317
### Fixed
1418
- fixed bug in the CI
@@ -17,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1721
### Added
1822
- release to pypi
1923

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
2126
[v0.0.2]: https://github.com/pfizer-opensource/bigwig-loader/compare/v0.0.1...v0.0.2
2227
[v0.0.1]: https://github.com/pfizer-opensource/bigwig-loader/tree/v0.0.1

0 commit comments

Comments
 (0)