diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 05a0e9c..9d49b69 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -19,8 +19,6 @@ jobs: uses: actions/checkout@v3 - name: Build the library - env: - PYVER: ${{ matrix.version }} run: python3 setup.py sdist - uses: pypa/gh-action-pypi-publish@release/v1