We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f7d0f7 commit edbf540Copy full SHA for edbf540
.github/workflows/build.yml
@@ -40,9 +40,12 @@ jobs:
40
- name: Sign with sigstore using GitHub App credentials
41
run: |
42
sigstore sign --overwrite dist/scsctl-0.0.1-py3-none-any.whl
43
- - name: List the files
44
- run: |
45
- ls -l dist
+ - name: Archive production artifacts
+ uses: actions/upload-artifact@v3
+ with:
46
+ name: dist
47
+ path: |
48
+ dist
49
50
# - name: Publish distribution 📦 to Test PyPI
51
# uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments