Skip to content

Commit

Permalink
upload release files
Browse files Browse the repository at this point in the history
Signed-off-by: Sylvain Hellegouarch <sh@defuze.org>
  • Loading branch information
Lawouach committed Feb 23, 2024
1 parent 32e84cb commit dfb900d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ jobs:
PDM_BUILD_SCM_VERSION: ${{github.ref_name}}
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
- name: Upload packages as artifacts
uses: actions/upload-artifact@v2-preview
with:
name: chaostoolkit-aws-packages
path: dist/chaostoolkit_aws-*

create-gh-release:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit dfb900d

Please sign in to comment.