We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32e84cb commit dfb900dCopy full SHA for dfb900d
.github/workflows/release.yaml
@@ -27,6 +27,11 @@ jobs:
27
PDM_BUILD_SCM_VERSION: ${{github.ref_name}}
28
- name: Publish package distributions to PyPI
29
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-*
35
36
create-gh-release:
37
runs-on: ubuntu-22.04
0 commit comments