We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d8f47b commit 73c7088Copy full SHA for 73c7088
1 file changed
.github/workflows/build.yml
@@ -107,13 +107,15 @@ jobs:
107
if: env.skip_build != 'true'
108
with:
109
path: python/dist/*.tar.gz
110
- name: sdist-${{ matrix.os }}
111
overwrite: true
112
113
upload_pypi:
114
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/20')
115
needs: [build_wheels, build_sdist]
116
runs-on: ubuntu-latest
+ strategy:
117
+ matrix:
118
+ os: [ubuntu-latest, windows-latest, macos-latest]
119
120
steps:
121
- uses: actions/download-artifact@v4.1.7
0 commit comments