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 b9f4333 commit f3d4e00Copy full SHA for f3d4e00
.github/workflows/build.yml
@@ -104,9 +104,9 @@ jobs:
104
source .env/bin/activate && \
105
echo -e "\e[1;34m Install dependencies \e[0m" && \
106
python -m pip install --upgrade pip && \
107
- pip install pytest Cython wheel && \
+ pip install pytest Cython wheel build && \
108
echo -e "\e[1;34m Build wheel \e[0m" && \
109
- python setup.py bdist_wheel && \
+ python -m build && \
110
echo -e "\e[1;34m Install vpython \e[0m" && \
111
pip install . && \
112
echo -e "\e[1;34m Run tests \e[0m" && \
0 commit comments