You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PR #1406 adds a workflow to regularly test PyPI installs from sdist.
As soon as 6.2.0 is released and we have wheels on PyPI, we should augment that workflow to also test PyPI installs from wheels. The simplest way to do that is likely to duplicate the existing job from #1406 and then ensure that the pip install step only allows binary installs.
PR #1406 adds a workflow to regularly test PyPI installs from sdist.
As soon as 6.2.0 is released and we have wheels on PyPI, we should augment that workflow to also test PyPI installs from wheels. The simplest way to do that is likely to duplicate the existing job from #1406 and then ensure that the
pip install
step only allows binary installs.See also enthought/ibm2ieee#23, where this is already implemented.
The text was updated successfully, but these errors were encountered: