We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e06911f commit db839d5Copy full SHA for db839d5
.github/workflows/release.yaml
@@ -19,7 +19,7 @@ jobs:
19
with:
20
python-version: "3.8"
21
- name: Build wheels
22
- run: pdm build --no-sdist
+ run: pdm build
23
env:
24
PDM_BUILD_SCM_VERSION: ${{github.ref_name}}
25
- name: Publish package distributions to PyPI
CHANGELOG.md
@@ -2,7 +2,15 @@
2
3
## [Unreleased][]
4
5
-[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
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
14
15
## [0.3.0][]
16
0 commit comments