Skip to content

Commit 823354b

Browse files
committed
Fix package name so github release can find correct file.
1 parent ec7dfa9 commit 823354b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
- 'v[0-9]+.[0-9]+.[0-9]+*'
1111

1212
env:
13-
PACKAGE_NAME: labscript-c-extensions
13+
PACKAGE_NAME: labscript_c_extensions
1414
ANACONDA_USER: labscript-suite
1515

1616
# Configuration for a package with compiled extensions:

0 commit comments

Comments
 (0)