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
The current release workflow and script (./release.sh) rely on certain pip3 packages and is flaky while using a virtualenv.
In ticket we'll explore if there's a simpler and more reliable way to perform this.
We will start by experimenting with adding a Makefile target that allows us to ./release.sh inside a Docker environment with all prerequisites satisfied.
The text was updated successfully, but these errors were encountered:
This is a small but annoying issue.
The current release workflow and script (
./release.sh
) rely on certain pip3 packages and is flaky while using a virtualenv.In ticket we'll explore if there's a simpler and more reliable way to perform this.
We will start by experimenting with adding a
Makefile
target that allows us to./release.sh
inside a Docker environment with all prerequisites satisfied.The text was updated successfully, but these errors were encountered: