Skip to content

Commit f482759

Browse files
EvMossanEpicWink
andauthored
Update .github/workflows/wheels.yml
Co-authored-by: Laurie O <[email protected]>
1 parent 7359e1b commit f482759

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ jobs:
225225
publish:
226226
if: >
227227
github.repository == 'pandas-dev/pandas' &&
228-
github.event_name == 'push' &&
228+
github.event_name == 'release' &&
229229
startsWith(github.ref, 'refs/tags/v')
230230
231231
needs:

0 commit comments

Comments
 (0)