Skip to content

Commit 8191be4

Browse files
committed
publish sources
Signed-off-by: Sylvain Hellegouarch <sh@defuze.org>
1 parent c9615fd commit 8191be4

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

.github/workflows/release.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ 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
2626
uses: pypa/gh-action-pypi-publish@release/v1
2727
- name: Upload packages as artifacts
2828
uses: actions/upload-artifact@v2-preview
2929
with:
30-
name: chaostoolkit-kubernetes-packages
30+
name: chaostoolkit-service-fabric-packages
3131
path: dist/chaostoolkit*
3232

3333
create-gh-release:
@@ -52,7 +52,7 @@ jobs:
5252
- name: Download pypi artifacts
5353
uses: actions/download-artifact@v2-preview
5454
with:
55-
name: chaostoolkit-kubernetes-packages
55+
name: chaostoolkit-service-fabric-packages
5656
path: dist
5757
- name: Upload wheel & source dist to GH release
5858
uses: ncipollo/release-action@v1

CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,16 @@
22

33
## [Unreleased][]
44

5-
[Unreleased]: https://github.com/chaostoolkit-incubator/chaostoolkit-service-fabric/compare/0.3.0...HEAD
5+
[Unreleased]: https://github.com/chaostoolkit-incubator/chaostoolkit-service-fabric/compare/0.3.1...HEAD
6+
7+
## [0.3.1][]
8+
9+
[0.3.0]: https://github.com/chaostoolkit-incubator/chaostoolkit-service-fabric/compare/0.3.0...0.3.1
10+
11+
### Changed
12+
13+
* Publish sources alongside the wheel package
14+
615

716
## [0.3.0][]
817

0 commit comments

Comments
 (0)