Skip to content

Commit

Permalink
[CI] update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tttapa committed Nov 15, 2024
1 parent 47b3ba6 commit 6335a04
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 3 additions & 3 deletions .github/workflows/matlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/wheel-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6335a04

Please sign in to comment.