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
!8
Update cookiecutter.json
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Update cookiecutter.json
quick-fixes
into
main
Overview
3
Commits
10
Pipelines
10
Changes
7
All threads resolved!
Show all comments
Merged
Corné Lukken
requested to merge
quick-fixes
into
main
6 months ago
Overview
3
Commits
10
Pipelines
10
Changes
7
All threads resolved!
Show all comments
0
0
Merge request reports
Compare
main
version 9
172e0cab
6 months ago
version 8
8d3572de
6 months ago
version 7
49ad1687
6 months ago
version 6
927af33f
6 months ago
version 5
e7eb285c
6 months ago
version 4
deba5007
6 months ago
version 3
d65191db
6 months ago
version 2
f561360b
6 months ago
version 1
66bd9e74
6 months ago
main (base)
and
latest version
latest version
88861e92
10 commits,
6 months ago
version 9
172e0cab
9 commits,
6 months ago
version 8
8d3572de
8 commits,
6 months ago
version 7
49ad1687
7 commits,
6 months ago
version 6
927af33f
6 commits,
6 months ago
version 5
e7eb285c
5 commits,
6 months ago
version 4
deba5007
4 commits,
6 months ago
version 3
d65191db
3 commits,
6 months ago
version 2
f561360b
2 commits,
6 months ago
version 1
66bd9e74
1 commit,
6 months ago
7 files
+
18
−
22
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
7
{{cookiecutter.project_slug}}/docker/ci-runner/Dockerfile
+
1
−
1
View file @ 88861e92
Edit in single-file editor
Open in Web IDE
Show full file
FROM
python:3.1
1
FROM
python:3.1
3
RUN
python
-m
pip
install
--upgrade
pip
RUN
pip
install
--upgrade
tox twine
cibuildwheel
==
2.13.1
Loading