Skip to content

Commit db839d5

Browse files
committed
publish sources
Signed-off-by: Sylvain Hellegouarch <[email protected]>
1 parent e06911f commit db839d5

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

Diff for: .github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
python-version: "3.8"
2121
- name: Build wheels
22-
run: pdm build --no-sdist
22+
run: pdm build
2323
env:
2424
PDM_BUILD_SCM_VERSION: ${{github.ref_name}}
2525
- name: Publish package distributions to PyPI

Diff for: CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@
22

33
## [Unreleased][]
44

5-
[Unreleased]: https://github.com/chaostoolkit-incubator/chaostoolkit-datadog/compare/0.3.0...HEAD
5+
[Unreleased]: https://github.com/chaostoolkit-incubator/chaostoolkit-datadog/compare/0.3.1...HEAD
6+
7+
## [0.3.1][]
8+
9+
[0.3.1]: https://github.com/chaostoolkit-incubator/chaostoolkit-datadog/compare/0.3.0...0.3.1
10+
11+
### Changed
12+
13+
* Build and publish sources alongside the wheel package for documentation purpose
614

715
## [0.3.0][]
816

0 commit comments

Comments
 (0)