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 f55cc3f commit c1da66cCopy full SHA for c1da66c
.github/workflows/python-release.yml
@@ -140,6 +140,7 @@ jobs:
140
run: ls -lah dist/* && cp dist/* svn_wheelhouse/
141
142
- name: Generate SHA512 checksums
143
+ shell: bash # required for windows
144
run: |
145
cd svn_wheelhouse
146
for name in $(ls pyiceberg-*.whl pyiceberg-*.tar.gz)
@@ -155,6 +156,7 @@ jobs:
155
156
passphrase: ${{ secrets.GPG_PASSPHRASE }}
157
158
- name: Generate GPG signatures
159
160
161
162
0 commit comments