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 backstage#24 deduplicated the requirements, but this makes the sdist on PyPi
fail to build, because requirements.txt is not included.
This fix includes requirements.txt using MANIFEST.in and changes the
publication workflow to use build instead of calling setup.py directly.
build always builds the wheel from the sdist, so this error is
prevented in the future.
0 commit comments