Skip to content

Commit edbf540

Browse files
store artifacts
1 parent 5f7d0f7 commit edbf540

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,12 @@ jobs:
4040
- name: Sign with sigstore using GitHub App credentials
4141
run: |
4242
sigstore sign --overwrite dist/scsctl-0.0.1-py3-none-any.whl
43-
- name: List the files
44-
run: |
45-
ls -l dist
43+
- name: Archive production artifacts
44+
uses: actions/upload-artifact@v3
45+
with:
46+
name: dist
47+
path: |
48+
dist
4649
4750
# - name: Publish distribution 📦 to Test PyPI
4851
# uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)