We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b3aeac commit 22b3958Copy full SHA for 22b3958
.github/workflows/python-release.yml
@@ -142,6 +142,7 @@ jobs:
142
run: ls -lah dist/* && cp dist/* svn_wheelhouse/
143
144
- name: Generate SHA512 checksums
145
+ shell: bash # required for windows
146
run: |
147
cd svn_wheelhouse
148
for name in $(ls pyiceberg-*.whl pyiceberg-*.tar.gz)
@@ -157,6 +158,7 @@ jobs:
157
158
passphrase: ${{ secrets.GPG_PASSPHRASE }}
159
160
- name: Generate GPG signatures
161
162
163
164
0 commit comments