File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ jobs: # credits for workflow from https://github.com/messense/crfs-rs/blob/main/
5858 - name : Install built wheel
5959 run : |
6060 pip install ./dist/pydracula-*.whl --force-reinstall
61- rm -rf dist
61+ rm -Force dist
6262 python -c "import pydracula; pydracula.Lang"
6363 - name : Upload wheels
6464 uses : actions/upload-artifact@v3
@@ -123,9 +123,9 @@ jobs: # credits for workflow from https://github.com/messense/crfs-rs/blob/main/
123123 apt-get install -y --no-install-recommends python3 python3-pip
124124 pip3 install -U pip
125125 run : |
126- pip install ./dist/pydracula-*.whl --force-reinstall
126+ pip3 install ./dist/pydracula-*.whl --force-reinstall
127127 rm -rf dist
128- python -c "import pydracula; pydracula.Lang"
128+ python3 -c "import pydracula; pydracula.Lang"
129129 - name : Upload wheels
130130 uses : actions/upload-artifact@v3
131131 with :
You can’t perform that action at this time.
0 commit comments