Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Python
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
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
SmartDataLab
public
CI-CD components
Python
Commits
08e9d7e9
Commit
08e9d7e9
authored
7 months ago
by
Pierre Smeyers
Browse files
Options
Downloads
Patches
Plain Diff
fix(release): support full semantic-versioning specifcation (with prerelease and build metadata)
parent
2c0822cc
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
templates/gitlab-ci-python.yml
+2
-2
2 additions, 2 deletions
templates/gitlab-ci-python.yml
with
2 additions
and
2 deletions
templates/gitlab-ci-python.yml
+
2
−
2
View file @
08e9d7e9
...
...
@@ -240,7 +240,7 @@ variables:
# default integration ref name (pattern)
INTEG_REF
:
'
/^develop$/'
# default release tag name (pattern)
RELEASE_REF
:
'
/^v?[0-9]+\.[0-9]+\.[0-9]+$/'
RELEASE_REF
:
'
/^v?[0-9]+\.[0-9]+\.[0-9]+
(-[a-zA-Z0-9-\.]+)?(\+[a-zA-Z0-9-\.]+)?
$/'
# compileall
PYTHON_COMPILE_ARGS
:
$[[ inputs.compile-args ]]
...
...
@@ -622,7 +622,7 @@ variables:
elif [[ -f "Pipfile" ]]
then
log_info "--- Build system auto-detected: Pipenv"
export
PYTHON_BUILD_SYSTEM=
"pipenv"
export "pipenv"
else
log_error "--- Build system auto-detect failed: please read template doc"
exit 1
...
...
This diff is collapsed.
Click to expand it.
Benguria Elguezabal, Gorka
@gorka.benguria
mentioned in commit
5e0265f2
·
3 months ago
mentioned in commit
5e0265f2
mentioned in commit 5e0265f2a49f20172c809f2cedf3800976fd7cb8
Toggle commit list
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