Skip to content

Commit

Permalink
publish sources
Browse files Browse the repository at this point in the history
Signed-off-by: Sylvain Hellegouarch <[email protected]>
  • Loading branch information
Lawouach committed Apr 18, 2024
1 parent e06911f commit db839d5
Show file tree
Hide file tree
Showing 2 changed files with 10 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 @@ -19,7 +19,7 @@ jobs:
with:
python-version: "3.8"
- name: Build wheels
run: pdm build --no-sdist
run: pdm build
env:
PDM_BUILD_SCM_VERSION: ${{github.ref_name}}
- name: Publish package distributions to PyPI
Expand Down
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,15 @@

## [Unreleased][]

[Unreleased]: https://github.com/chaostoolkit-incubator/chaostoolkit-datadog/compare/0.3.0...HEAD
[Unreleased]: https://github.com/chaostoolkit-incubator/chaostoolkit-datadog/compare/0.3.1...HEAD

## [0.3.1][]

[0.3.1]: https://github.com/chaostoolkit-incubator/chaostoolkit-datadog/compare/0.3.0...0.3.1

### Changed

* Build and publish sources alongside the wheel package for documentation purpose

## [0.3.0][]

Expand Down

0 comments on commit db839d5

Please sign in to comment.