Skip to content

Commit dfb900d

Browse files
committed
upload release files
Signed-off-by: Sylvain Hellegouarch <sh@defuze.org>
1 parent 32e84cb commit dfb900d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

‎.github/workflows/release.yaml‎

Lines changed: 5 additions & 0 deletions
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)