Skip to content

Commit fe058bf

Browse files
authored
Update build_wheels.yml (#527)
1 parent 3b26893 commit fe058bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
runs-on: ubuntu-latest
4949

5050
# upload to PyPI on every release
51-
if: github.event_name == 'release' && github.event.action == 'created'
51+
if: github.event_name == 'release'
5252
steps:
5353
- uses: actions/download-artifact@v3
5454
with:

0 commit comments

Comments
 (0)