Skip to content

Commit

Permalink
Update makefile.yml, add artifacts archiving.
Browse files Browse the repository at this point in the history
  • Loading branch information
efocht authored Nov 16, 2023
1 parent 867712c commit bef91f5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,8 @@ jobs:

- name: build sdist
run: make sdist

- name: archive artifacts
uses: actions/upload-artifacts@v3
path: |
dist

0 comments on commit bef91f5

Please sign in to comment.