Skip to content
Snippets Groups Projects
Commit 70161b8f authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

CI: fix images/commands used for pypi dist build job

parent 7f64c864
No related branches found
No related tags found
No related merge requests found
......@@ -2,8 +2,6 @@
set -e
source /test.venv/bin/activate
pip install --upgrade pip wheel setuptools twine build
python -m build
......
......@@ -180,7 +180,7 @@ test:3.11:
test:build-pypi-dist:
stage: test
image: pauldmccarthy/fsleyes-py310-wxpy4-gtk3
image: python:3.10
except:
- tags
......@@ -188,7 +188,6 @@ test:build-pypi-dist:
- docker
script:
- source /test.venv/bin/activate
- bash ./.ci/build_pypi_dist.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment