From b7c7a2c9681ebae0d8a02a95878af03a7735199f Mon Sep 17 00:00:00 2001 From: elisalle Date: Wed, 29 Jan 2025 11:24:30 +0100 Subject: [PATCH] Revert "try download and merge artifacts" This reverts commit c3768b616000f01e78503c953c65c1bc12780e41. --- .github/workflows/release.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9bca8620..33da7522 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -77,7 +77,7 @@ jobs: needs: [build_sdist, build_wheels] runs-on: ubuntu-latest # release on every tag - # if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/') + if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/') steps: - uses: actions/download-artifact@v4 with: @@ -85,10 +85,10 @@ jobs: merge-multiple: true path: dist - # - name: Upload Github release - # uses: softprops/action-gh-release@v2 + - name: Upload Github release + uses: softprops/action-gh-release@v2 - # - name: Upload Release Assets to PyPI - # uses: pypa/gh-action-pypi-publish@release/v1 - # with: - # password: ${{ secrets.PYPI_UPLOAD_TOKEN }} + - name: Upload Release Assets to PyPI + uses: pypa/gh-action-pypi-publish@release/v1 + with: + password: ${{ secrets.PYPI_UPLOAD_TOKEN }}