diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index b2792bcb..e9ac5b3f 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -143,10 +143,10 @@ jobs: body: | Autogenerated binary wheels that include wgpu-native. See [the changelog](https://github.com/pygfx/wgpu-py/blob/main/CHANGELOG.md) for details. - draft: true + draft: false prerelease: false - # - name: Publish to PyPI - # uses: pypa/gh-action-pypi-publish@v1 - # with: - # user: __token__ - # password: ${{ secrets.PYPI_PASSWORD }} + - name: Publish to PyPI + uses: pypa/gh-action-pypi-publish@v1 + with: + user: __token__ + password: ${{ secrets.PYPI_PASSWORD }}