diff --git a/.github/workflows/test-n-publish.yml b/.github/workflows/test-n-publish.yml index 6f745b2..f6ac108 100644 --- a/.github/workflows/test-n-publish.yml +++ b/.github/workflows/test-n-publish.yml @@ -31,11 +31,11 @@ jobs: - uses: codecov/codecov-action@v1 - name: Build package run: | - python setup.py build sdist + python setup.py build sdist bdist_wheel - name: Publish to PyPI if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') uses: pypa/gh-action-pypi-publish@master with: skip_existing: true user: __token__ - password: ${{ secrets.pypi_password }} \ No newline at end of file + password: ${{ secrets.pypi_password }}