From 6335a04b87b4a23fb2ba1e7a09e5b8faefe69544 Mon Sep 17 00:00:00 2001 From: Pieter Pas Date: Fri, 15 Nov 2024 13:38:46 +0100 Subject: [PATCH] [CI] update actions --- .github/workflows/linux.yml | 2 +- .github/workflows/macos.yml | 2 +- .github/workflows/matlab.yml | 6 +++--- .github/workflows/wheel-upload.yml | 2 +- .github/workflows/windows.yml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index c78a3581..38cf7486 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -115,6 +115,6 @@ jobs: name: qpalm-linux path: package - name: Release - uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 + uses: softprops/action-gh-release@73e673b2dead314c6b971e962dd8e84e230ae99d with: files: package/QPALM-*-Linux.tar.gz \ No newline at end of file diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 901bb94d..7d614cc1 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -110,6 +110,6 @@ jobs: name: qpalm-macos path: package - name: Release - uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 + uses: softprops/action-gh-release@73e673b2dead314c6b971e962dd8e84e230ae99d with: files: package/QPALM-*.tar.gz \ No newline at end of file diff --git a/.github/workflows/matlab.yml b/.github/workflows/matlab.yml index f48e5c6f..211f57df 100644 --- a/.github/workflows/matlab.yml +++ b/.github/workflows/matlab.yml @@ -64,7 +64,7 @@ jobs: path: qpalm-matlab-glnxa64.zip - name: Release if: ${{ github.event.action == 'released' || github.event.action == 'prereleased' }} - uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 + uses: softprops/action-gh-release@73e673b2dead314c6b971e962dd8e84e230ae99d with: files: qpalm-matlab-glnxa64.zip @@ -116,7 +116,7 @@ jobs: path: qpalm-matlab-${{ matrix.arch }}.zip - name: Release if: ${{ github.event.action == 'released' || github.event.action == 'prereleased' }} - uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 + uses: softprops/action-gh-release@73e673b2dead314c6b971e962dd8e84e230ae99d with: files: qpalm-matlab-${{ matrix.arch }}.zip @@ -161,6 +161,6 @@ jobs: path: qpalm-matlab-win64.zip - name: Release if: ${{ github.event.action == 'released' || github.event.action == 'prereleased' }} - uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 + uses: softprops/action-gh-release@73e673b2dead314c6b971e962dd8e84e230ae99d with: files: qpalm-matlab-win64.zip diff --git a/.github/workflows/wheel-upload.yml b/.github/workflows/wheel-upload.yml index b1880598..d37967ce 100644 --- a/.github/workflows/wheel-upload.yml +++ b/.github/workflows/wheel-upload.yml @@ -455,4 +455,4 @@ jobs: name: src-dist path: dist - name: Publish package distributions to PyPI - uses: pypa/gh-action-pypi-publish@81e9d935c883d0b210363ab89cf05f3894778450 + uses: pypa/gh-action-pypi-publish@15c56dba361d8335944d31a2ecd17d700fc7bcbc diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 01cd4d51..50d95a1f 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -117,6 +117,6 @@ jobs: name: qpalm-windows path: package - name: Release - uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 + uses: softprops/action-gh-release@73e673b2dead314c6b971e962dd8e84e230ae99d with: files: package/QPALM-*-win64.zip \ No newline at end of file