Skip to content

Commit

Permalink
Seeing whether I can build this with the dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
jorenretel committed Sep 20, 2024
1 parent b7fef90 commit 22a8bb8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 22a8bb8

Please sign in to comment.