From 04ae7ec08c24357a69d3448fece7d8ee88987e81 Mon Sep 17 00:00:00 2001 From: Cristian Gabellini <30401800+FNTwin@users.noreply.github.com> Date: Wed, 24 Jul 2024 13:29:06 -0400 Subject: [PATCH] [skip ci] Enable pypi --- .github/workflows/release.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ede57e1..2d20c55 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -104,11 +104,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