From 3fd966dd325f3161871aca7150d23df2bf10adf0 Mon Sep 17 00:00:00 2001 From: Patrick Kunzmann Date: Mon, 7 Apr 2025 11:29:27 +0200 Subject: [PATCH] Update action versions --- .github/workflows/test_and_deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index c3eff80..c92f90e 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -106,12 +106,12 @@ jobs: - name: List distributions to be uploaded run: ls dist - name: Upload to GitHub Releases - uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 + uses: softprops/action-gh-release@v2.0.5 if: github.event_name == 'release' && github.event.action == 'published' with: files: dist//* - name: Upload to PyPI - uses: pypa/gh-action-pypi-publish@c7f29f7adef1a245bd91520e94867e5c6eedddcc + uses: pypa/gh-action-pypi-publish@release/v1 if: github.event_name == 'release' && github.event.action == 'published' with: password: ${{ secrets.PYPI_TOKEN }}