Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Python Package
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
ASTRON Templates
Python Package
Merge requests
!26
Use version_file instead of write_to in pyproject.toml
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Merged
Use version_file instead of write_to in pyproject.toml
fix/use_version_file
into
main
Overview
4
Commits
3
Pipelines
3
Changes
2
All threads resolved!
Show all comments
Merged
Klaas Kliffen
requested to merge
fix/use_version_file
into
main
1 year ago
Overview
4
Commits
3
Pipelines
3
Changes
2
All threads resolved!
Show all comments
Expand
See
#13
and
https://setuptools-scm.readthedocs.io/en/latest/config/
0
0
Merge request reports
Compare
main
version 2
7764611b
1 year ago
version 1
451b4f22
1 year ago
main (base)
and
latest version
latest version
d17a2620
3 commits,
1 year ago
version 2
7764611b
2 commits,
1 year ago
version 1
451b4f22
1 commit,
1 year ago
2 files
+
3
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
{{cookiecutter.project_slug}}/.gitlab-ci.yml
+
1
−
1
Options
@@ -88,7 +88,7 @@ run_unit_tests:
-
tox -e py3${PY_VERSION}
parallel
:
matrix
:
# use the matrix for testing
-
PY_VERSION
:
[
7
,
8
,
9
,
10
]
-
PY_VERSION
:
[
8
,
9
,
10
]
# Run code coverage on the base image thus also performing unit tests
run_unit_tests_coverage
:
Loading