Skip to content

Commit c1da66c

Browse files
committed
use bash for windows
1 parent f55cc3f commit c1da66c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/python-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ jobs:
140140
run: ls -lah dist/* && cp dist/* svn_wheelhouse/
141141

142142
- name: Generate SHA512 checksums
143+
shell: bash # required for windows
143144
run: |
144145
cd svn_wheelhouse
145146
for name in $(ls pyiceberg-*.whl pyiceberg-*.tar.gz)
@@ -155,6 +156,7 @@ jobs:
155156
passphrase: ${{ secrets.GPG_PASSPHRASE }}
156157

157158
- name: Generate GPG signatures
159+
shell: bash # required for windows
158160
run: |
159161
cd svn_wheelhouse
160162
for name in $(ls pyiceberg-*.whl pyiceberg-*.tar.gz)

0 commit comments

Comments
 (0)