Skip to content

Commit

Permalink
Call make dist in the Release action. Fixes jazzband#987
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed Jun 29, 2022
1 parent 3070deb commit cb0726f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
- name: Build package
run: |
python setup.py --version
python setup.py sdist --format=gztar bdist_wheel
make dist
twine check dist/*
- name: Upload packages to Jazzband
Expand Down

0 comments on commit cb0726f

Please sign in to comment.