Skip to content

Commit 0c2914a

Browse files
authored
Merge pull request #22 from cmeister2/md/limittosdist
chore: limit release artifacts to sdist
2 parents 43b3e4d + a4e6417 commit 0c2914a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.releaserc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"@semantic-release/github",
88
{
99
"assets": [
10-
"wheels-*/*"
10+
"wheels-sdist/*"
1111
]
1212
}
1313
]

0 commit comments

Comments
 (0)