We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab4199f commit 2351db0Copy full SHA for 2351db0
.github/workflows/release.yml
@@ -20,8 +20,8 @@ env:
20
ANACONDA_USER: labscript-suite
21
22
# Configuration for a package with compiled extensions:
23
- PURE: false
24
- NOARCH: false
+ # PURE: false
+ # NOARCH: false
25
26
# Configuration for a package with no extensions, but with dependencies that differ by
27
# platform or Python version:
@@ -32,8 +32,8 @@ env:
32
# platforms and Python versions. For this configuration you should comment out all but
33
# the first entry in the job matrix of the build job since multiple platforms are not
34
# needed.
35
- # PURE: true
36
- # NOARCH: true
+ PURE: true
+ NOARCH: true
37
38
jobs:
39
build:
0 commit comments