diff --git a/.github/workflows/deploy-to-pypi.yaml b/.github/workflows/deploy-to-pypi.yaml index cb6ad74..ede79ef 100644 --- a/.github/workflows/deploy-to-pypi.yaml +++ b/.github/workflows/deploy-to-pypi.yaml @@ -7,7 +7,7 @@ on: jobs: deploy: - name: Run Unit Tests + name: Deploy Package to PyPi runs-on: ubuntu-latest steps: @@ -18,8 +18,8 @@ jobs: with: python-version: '3.9' - - name: Install twine - run: python -m pip install twine + - name: Install twine and wheel + run: python -m pip install twine wheel - name: Build package run: python setup.py sdist bdist_wheel