Skip to content

Commit 2351db0

Browse files
Reconfigure workflow for a pure noarch package
Which runviewer now is since its C extension has been split off into labscript-c-extensions
1 parent ab4199f commit 2351db0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ env:
2020
ANACONDA_USER: labscript-suite
2121

2222
# Configuration for a package with compiled extensions:
23-
PURE: false
24-
NOARCH: false
23+
# PURE: false
24+
# NOARCH: false
2525

2626
# Configuration for a package with no extensions, but with dependencies that differ by
2727
# platform or Python version:
@@ -32,8 +32,8 @@ env:
3232
# platforms and Python versions. For this configuration you should comment out all but
3333
# the first entry in the job matrix of the build job since multiple platforms are not
3434
# needed.
35-
# PURE: true
36-
# NOARCH: true
35+
PURE: true
36+
NOARCH: true
3737

3838
jobs:
3939
build:

0 commit comments

Comments
 (0)