Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
Python Binary Wheel 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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ASTRON Templates
Python Binary Wheel Package
Merge requests
!10
Add pre commit improve tox setup
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Add pre commit improve tox setup
add-pre-commit-improve-tox-setup-2
into
main
Overview
57
Commits
36
Pipelines
21
Changes
19
Merged
Corné Lukken
requested to merge
add-pre-commit-improve-tox-setup-2
into
main
3 months ago
Overview
23
Commits
36
Pipelines
21
Changes
19
0
0
Merge request reports
Compare
main
version 20
02fa2486
2 weeks ago
version 19
bc1fed8f
3 weeks ago
version 18
3af76de0
2 months ago
version 17
b0ba69ba
2 months ago
version 16
a3565db3
2 months ago
version 15
ab33b1a6
2 months ago
version 14
1039da49
2 months ago
version 13
9af9706c
2 months ago
version 12
9b3ba167
2 months ago
version 11
cccbd309
3 months ago
version 10
5e9cc6bd
3 months ago
version 9
7c73e2c1
3 months ago
version 8
2577a224
3 months ago
version 7
90e883a8
3 months ago
version 6
e97db211
3 months ago
version 5
dd0a7864
3 months ago
version 4
dd9e1efe
3 months ago
version 3
bd814bbb
3 months ago
version 2
c40f6d23
3 months ago
version 1
e10b3ba6
3 months ago
main (base)
and
latest version
latest version
c0a30abc
36 commits,
1 week ago
version 20
02fa2486
35 commits,
2 weeks ago
version 19
bc1fed8f
34 commits,
3 weeks ago
version 18
3af76de0
33 commits,
2 months ago
version 17
b0ba69ba
33 commits,
2 months ago
version 16
a3565db3
32 commits,
2 months ago
version 15
ab33b1a6
32 commits,
2 months ago
version 14
1039da49
32 commits,
2 months ago
version 13
9af9706c
31 commits,
2 months ago
version 12
9b3ba167
30 commits,
2 months ago
version 11
cccbd309
29 commits,
3 months ago
version 10
5e9cc6bd
28 commits,
3 months ago
version 9
7c73e2c1
27 commits,
3 months ago
version 8
2577a224
26 commits,
3 months ago
version 7
90e883a8
25 commits,
3 months ago
version 6
e97db211
24 commits,
3 months ago
version 5
dd0a7864
23 commits,
3 months ago
version 4
dd9e1efe
23 commits,
3 months ago
version 3
bd814bbb
22 commits,
3 months ago
version 2
c40f6d23
22 commits,
3 months ago
version 1
e10b3ba6
21 commits,
3 months ago
19 files
+
438
−
197
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
19
docker/ci-runner/Dockerfile
+
5
−
2
View file @ c0a30abc
Edit in single-file editor
Open in Web IDE
FROM
python:3.11
# This dockerfile is used throughout steps of the CI/CD pipeline
# It contains dependencies to execute the template and run tests
FROM
python:3.13
RUN
python
-m
pip
install
--upgrade
pip
RUN
pip
install
--upgrade
cookiecutter tox twine
cibuildwheel
=
=
2.
1
3.
1
cookiecutter
RUN
python
-m
pip
install
--upgrade
cibuildwheel
>
=
2.
2
3.
0
cookiecutter
tox twine
RUN
curl
-sSL
https://get.docker.com/ | sh
Loading