diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 0c9c5f7..f2bd232 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -33,6 +33,10 @@ jobs: run: | pip install --upgrade --upgrade-strategy eager -r test-requirements.txt -e . + - name: Build distribution 📦 + run: | + python setup.py sdist bdist_wheel + - name: Publish distribution 📦 to PyPI uses: pypa/gh-action-pypi-publish@master with: