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
!1
Initial binary wheel setup
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Initial binary wheel setup
initial-binary-wheel-setup
into
main
Overview
2
Commits
12
Pipelines
17
Changes
20
Merged
Initial binary wheel setup
Corné Lukken
requested to merge
initial-binary-wheel-setup
into
main
Jul 6, 2023
Overview
2
Commits
12
Pipelines
17
Changes
20
Remaining checklist:
Backport improved linting parts to main Python Package template (specify paths)
Backport unit test fix to Python Package template (override job)
Backport failing unimplemented jobs with allow failure to Python Package
Fix ci-build-wheel as gitlab job -
https://cibuildwheel.readthedocs.io/en/stable/setup/#gitlab-ci
Edited
Jul 7, 2023
by
Corné Lukken
0
0
Merge request reports
Compare
main
version 16
9dc7584a
Jul 7, 2023
version 15
5a56447d
Jul 7, 2023
version 14
07756a71
Jul 7, 2023
version 13
8fcea27c
Jul 7, 2023
version 12
e33090a0
Jul 7, 2023
version 11
677aecf7
Jul 7, 2023
version 10
4b8331de
Jul 7, 2023
version 9
9e7b6721
Jul 7, 2023
version 8
9f00e86c
Jul 7, 2023
version 7
e2d2510f
Jul 7, 2023
version 6
69c2110e
Jul 6, 2023
version 5
c717aaf4
Jul 6, 2023
version 4
4da2b701
Jul 6, 2023
version 3
d38984de
Jul 6, 2023
version 2
7bd0592e
Jul 6, 2023
version 1
baddf731
Jul 6, 2023
main (base)
and
latest version
latest version
36fd3f4a
12 commits,
Jul 7, 2023
version 16
9dc7584a
11 commits,
Jul 7, 2023
version 15
5a56447d
11 commits,
Jul 7, 2023
version 14
07756a71
11 commits,
Jul 7, 2023
version 13
8fcea27c
11 commits,
Jul 7, 2023
version 12
e33090a0
11 commits,
Jul 7, 2023
version 11
677aecf7
10 commits,
Jul 7, 2023
version 10
4b8331de
9 commits,
Jul 7, 2023
version 9
9e7b6721
7 commits,
Jul 7, 2023
version 8
9f00e86c
6 commits,
Jul 7, 2023
version 7
e2d2510f
6 commits,
Jul 7, 2023
version 6
69c2110e
5 commits,
Jul 6, 2023
version 5
c717aaf4
4 commits,
Jul 6, 2023
version 4
4da2b701
3 commits,
Jul 6, 2023
version 3
d38984de
3 commits,
Jul 6, 2023
version 2
7bd0592e
2 commits,
Jul 6, 2023
version 1
baddf731
1 commit,
Jul 6, 2023
20 files
+
234
−
87
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
20
hooks/post_gen_project.sh
0 → 100644
+
7
−
0
View file @ 36fd3f4a
Edit in single-file editor
Open in Web IDE
#!/bin/bash
git init
git submodule add https://github.com/LecrisUT/CMakeExtraUtils.git cmake/cmake-extra-utils
git add
--all
git commit
-m
"initial commit"
--no-edit
git tag v0.0.1
\ No newline at end of file
Loading