diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 7ed2010..7d863d2 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -93,7 +93,7 @@ jobs: - name: Publish package distributions to PyPI run: | - twine upload dist/*.whl + twine upload dist/*manylinux*.whl env: TWINE_USERNAME: __token__ TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}