Skip to content

Commit dfb900d

Browse files
committed
upload release files
Signed-off-by: Sylvain Hellegouarch <[email protected]>
1 parent 32e84cb commit dfb900d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ jobs:
2727
PDM_BUILD_SCM_VERSION: ${{github.ref_name}}
2828
- name: Publish package distributions to PyPI
2929
uses: pypa/gh-action-pypi-publish@release/v1
30+
- name: Upload packages as artifacts
31+
uses: actions/upload-artifact@v2-preview
32+
with:
33+
name: chaostoolkit-aws-packages
34+
path: dist/chaostoolkit_aws-*
3035

3136
create-gh-release:
3237
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)