Skip to content

Commit

Permalink
CI: Publish wheel with commit id
Browse files Browse the repository at this point in the history
  • Loading branch information
cydanil committed Sep 10, 2020
1 parent 4a76754 commit 8591603
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
- name: Build wheel
run: |
python3 setup.py bdist_wheel
mv dist/gourmet-*-py3-none-any.whl dist/gourmet-${GITHUB_SHA::8}-py3-none-any.whl
- name: Upload wheel
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 8591603

Please sign in to comment.