Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fslpy
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FSL
fslpy
Commits
70161b8f
Commit
70161b8f
authored
1 year ago
by
Paul McCarthy
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.ci/build_pypi_dist.sh
+0
-2
0 additions, 2 deletions
.ci/build_pypi_dist.sh
.gitlab-ci.yml
+1
-2
1 addition, 2 deletions
.gitlab-ci.yml
with
1 addition
and
4 deletions
.ci/build_pypi_dist.sh
+
0
−
2
View file @
70161b8f
...
...
@@ -2,8 +2,6 @@
set
-e
source
/test.venv/bin/activate
pip
install
--upgrade
pip wheel setuptools twine build
python
-m
build
...
...
This diff is collapsed.
Click to expand it.
.gitlab-ci.yml
+
1
−
2
View file @
70161b8f
...
...
@@ -180,7 +180,7 @@ test:3.11:
test:build-pypi-dist
:
stage
:
test
image
:
p
auldmccarthy/fsleyes-py310-wxpy4-gtk3
image
:
p
ython: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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment