File tree 2 files changed +13
-4
lines changed
2 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -19,15 +19,15 @@ jobs:
19
19
with :
20
20
python-version : " 3.8"
21
21
- name : Build wheels
22
- run : pdm build --no-sdist
22
+ run : pdm build
23
23
env :
24
24
PDM_BUILD_SCM_VERSION : ${{github.ref_name}}
25
25
- name : Publish package distributions to PyPI
26
26
uses : pypa/gh-action-pypi-publish@release/v1
27
27
- name : Upload packages as artifacts
28
28
uses : actions/upload-artifact@v2-preview
29
29
with :
30
- name : chaostoolkit-kubernetes -packages
30
+ name : chaostoolkit-service-fabric -packages
31
31
path : dist/chaostoolkit*
32
32
33
33
create-gh-release :
52
52
- name : Download pypi artifacts
53
53
uses : actions/download-artifact@v2-preview
54
54
with :
55
- name : chaostoolkit-kubernetes -packages
55
+ name : chaostoolkit-service-fabric -packages
56
56
path : dist
57
57
- name : Upload wheel & source dist to GH release
58
58
uses : ncipollo/release-action@v1
Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased] [ ]
4
4
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
+
6
15
7
16
## [ 0.3.0] [ ]
8
17
You can’t perform that action at this time.
0 commit comments