From f341a5f9aab9d03945ae4df52a999ef734fb7960 Mon Sep 17 00:00:00 2001 From: Almar Klein Date: Thu, 5 Sep 2024 17:00:17 +0200 Subject: [PATCH] turn it on --- .github/workflows/cd.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 }}