Skip to content

Commit 73c7088

Browse files
committed
updated upload env to use os options
1 parent 2d8f47b commit 73c7088

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -107,13 +107,15 @@ jobs:
107107
if: env.skip_build != 'true'
108108
with:
109109
path: python/dist/*.tar.gz
110-
name: sdist-${{ matrix.os }}
111110
overwrite: true
112111

113112
upload_pypi:
114113
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/20')
115114
needs: [build_wheels, build_sdist]
116115
runs-on: ubuntu-latest
116+
strategy:
117+
matrix:
118+
os: [ubuntu-latest, windows-latest, macos-latest]
117119

118120
steps:
119121
- uses: actions/[email protected]

0 commit comments

Comments
 (0)