From db839d5e9dd0aa74ba956a77cb0715e5ee200490 Mon Sep 17 00:00:00 2001 From: Sylvain Hellegouarch Date: Thu, 18 Apr 2024 15:21:00 +0200 Subject: [PATCH] publish sources Signed-off-by: Sylvain Hellegouarch --- .github/workflows/release.yaml | 2 +- CHANGELOG.md | 10 +++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index e453b3b..800d6b0 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b21af8..aeeac2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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][]