From 4c2a06986c8b8082a97f178083422001d1c3feb4 Mon Sep 17 00:00:00 2001 From: Cristian Gabellini <30401800+FNTwin@users.noreply.github.com> Date: Tue, 24 Sep 2024 15:41:04 -0400 Subject: [PATCH] [skip ci] release on --- .github/workflows/release.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 9005014..9447d8a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -106,11 +106,11 @@ jobs: - name: Build the wheel and sdist run: python -m build --no-isolation - #- name: Publish package to PyPI - # uses: pypa/gh-action-pypi-publish@release/v1 - # with: - # password: ${{ secrets.PYPI_API_TOKEN }} - # packages-dir: dist/ + - name: Publish package to PyPI + uses: pypa/gh-action-pypi-publish@release/v1 + with: + password: ${{ secrets.PYPI_API_TOKEN }} + packages-dir: dist/ - name: Create GitHub Release uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844