Skip to content

Commit 4430ecf

Browse files
committed
MAINT: fix repo name
1 parent 57f0a76 commit 4430ecf

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
@@ -231,7 +231,7 @@ jobs:
231231
build_sdist:
232232
name: Build sdist
233233
runs-on: ubuntu-latest
234-
if: github.repository == 'andyfaff/scipy'
234+
if: github.repository == 'scipy/scipy'
235235

236236
steps:
237237
- name: Checkout scipy

0 commit comments

Comments
 (0)