Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
SaQC
Manage
Activity
Members
Labels
Plan
Issues
36
Issue boards
Milestones
Wiki
Code
Merge requests
8
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
rdm-software
SaQC
Commits
ee1bdd7e
Commit
ee1bdd7e
authored
1 year ago
by
Bert Palm
🎇
Browse files
Options
Downloads
Patches
Plain Diff
fixed CI
parent
264e7a23
No related branches found
No related tags found
1 merge request
!716
Rolling release
Pipeline
#183044
passed with stages
in 7 minutes and 3 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+23
-1
23 additions, 1 deletion
.gitlab-ci.yml
with
23 additions
and
1 deletion
.gitlab-ci.yml
+
23
−
1
View file @
ee1bdd7e
...
...
@@ -2,6 +2,20 @@
#
# SPDX-License-Identifier: GPL-3.0-or-later
# ===========================================================
# Hints
# ===========================================================
# $PYPI_PKG_NAME
# The variable PYPI_PKG_NAME is used in setup.py to determine
# how to name the tarball package. If not set the package is
# named 'saqc'.
# $TESTPYPI_TOKEN
# The upload token used for testpypi, set it on the gitlab
# page and enable masking to prevent revealing
# ===========================================================
# preparation
# ===========================================================
...
...
@@ -138,6 +152,8 @@ doctest:
wheel38
:
stage
:
build
image
:
python:3.8
variables
:
PYPI_PKG_NAME
:
"
saqc-dev"
script
:
-
pip install wheel
-
pip wheel .
...
...
@@ -146,6 +162,8 @@ wheel38:
wheel39
:
stage
:
build
image
:
python:3.9
variables
:
PYPI_PKG_NAME
:
"
saqc-dev"
script
:
-
pip install wheel
-
pip wheel .
...
...
@@ -154,6 +172,8 @@ wheel39:
wheel310
:
stage
:
build
image
:
python:3.10
variables
:
PYPI_PKG_NAME
:
"
saqc-dev"
script
:
-
pip install wheel
-
pip wheel .
...
...
@@ -162,6 +182,8 @@ wheel310:
wheel311
:
stage
:
build
image
:
python:3.11
variables
:
PYPI_PKG_NAME
:
"
saqc-dev"
script
:
-
pip install wheel
-
pip wheel .
...
...
@@ -186,7 +208,7 @@ upload_testpypi:
except
:
-
schedules
variables
:
PYPI_PKG_NAME
:
"
saqc-dev"
# used in setup.py
PYPI_PKG_NAME
:
"
saqc-dev"
TWINE_USERNAME
:
__token__
TWINE_PASSWORD
:
$TESTPYPI_TOKEN
script
:
...
...
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