Skip to content

Commit

Permalink
ajust github action build
Browse files Browse the repository at this point in the history
  • Loading branch information
brunopradolb committed Mar 19, 2024
1 parent aaa9840 commit 4b2b762
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ jobs:
make test check coverage
codecov
- name: Build
run:
python setup.py sdist bdist_whee

- name: Publish a Python distribution to PyPI
uses: pypa/gh-action-pypi-publish@master
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
Expand Down

0 comments on commit 4b2b762

Please sign in to comment.