diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 691ad25..ed48935 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -28,7 +28,7 @@ jobs: python -m pip install --user build - name: Build a source tarball run: | - python -m build --sdist --no-deps . + python -m build --sdist . - uses: actions/upload-artifact@v4 with: name: python-package-distributions diff --git a/CHANGELOG.md b/CHANGELOG.md index b9ee53e..9a6f177 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ... +## [v0.0.3] +### Fixed +- remove --no-deps in build process on CI + ## [v0.0.2] ### Fixed - fixed bug in the CI @@ -17,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - release to pypi -[Unreleased]: https://github.com/pfizer-opensource/bigwig-loader/compare/v0.0.2...HEAD +[Unreleased]: https://github.com/pfizer-opensource/bigwig-loader/compare/v0.0.3...HEAD +[v0.0.3]: https://github.com/pfizer-opensource/bigwig-loader/compare/v0.0.2...v0.0.3 [v0.0.2]: https://github.com/pfizer-opensource/bigwig-loader/compare/v0.0.1...v0.0.2 [v0.0.1]: https://github.com/pfizer-opensource/bigwig-loader/tree/v0.0.1