diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 7682996..982361e 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -25,6 +25,6 @@ jobs: - name: Build deps run: python3 -m pip install -r environments/requirements.txt - name: Build artifacts - run: python3 setup.py sdist && python setup.py wheel + run: python3 setup.py sdist - name: Publish package distributions to PyPI uses: pypa/gh-action-pypi-publish@release/v1