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 fb7ba3a commit c2cfb5dCopy full SHA for c2cfb5d
anaconda-project.yml
@@ -62,6 +62,10 @@ commands:
62
unix: python setup.py sdist --dist-dir=_artifacts/sdist
63
env_spec: rfjl37
64
65
+ wheel:
66
+ unix: python setup.py bdist_wheel --dist-dir=_artifacts/wheel
67
+ env_spec: rfjl37
68
+
69
sdist:win:
70
windows: python setup.py sdist --dist-dir=_artifacts/sdist
71
env_spec: win_rfjl37
0 commit comments