From 4b2b7620fbaea71c1026e4908ca888939a55267f Mon Sep 17 00:00:00 2001 From: Bruno Prado Date: Tue, 19 Mar 2024 14:23:47 -0300 Subject: [PATCH] ajust github action build --- .github/workflows/master.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 5810877..890562d 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -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')