Skip to content

Commit 22b3958

Browse files
committed
use bash for windows
1 parent 5b3aeac commit 22b3958

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
@@ -142,6 +142,7 @@ jobs:
142142
run: ls -lah dist/* && cp dist/* svn_wheelhouse/
143143

144144
- name: Generate SHA512 checksums
145+
shell: bash # required for windows
145146
run: |
146147
cd svn_wheelhouse
147148
for name in $(ls pyiceberg-*.whl pyiceberg-*.tar.gz)
@@ -157,6 +158,7 @@ jobs:
157158
passphrase: ${{ secrets.GPG_PASSPHRASE }}
158159

159160
- name: Generate GPG signatures
161+
shell: bash # required for windows
160162
run: |
161163
cd svn_wheelhouse
162164
for name in $(ls pyiceberg-*.whl pyiceberg-*.tar.gz)

0 commit comments

Comments
 (0)