Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
snakehouse
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
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
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
public
snakehouse
Commits
771eb92d
Unverified
Commit
771eb92d
authored
10 months ago
by
Piotr Maślanka
Browse files
Options
Downloads
Patches
Plain Diff
build fix
parent
ccf291e0
No related branches found
No related tags found
No related merge requests found
Pipeline
#61300
failed with stage
in 4 minutes and 30 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+56
-0
56 additions, 0 deletions
.gitlab-ci.yml
requirements.txt
+2
-3
2 additions, 3 deletions
requirements.txt
with
58 additions
and
3 deletions
.gitlab-ci.yml
+
56
−
0
View file @
771eb92d
...
...
@@ -43,4 +43,60 @@ test_python310:
test_python311
:
extends
:
.test
image
:
python:3.11
.build_python
:
only
:
-
tags
except
:
-
branches
stage
:
build
before_script
:
-
pip install --break-system-packages --upgrade Cython setuptools pip repairwheel doctor-wheel
-
pip install --break-system-packages -r requirements.txt
script
:
-
python setup.py bdist_wheel
-
repairwheel dist/*.whl -o .
-
doctor-wheel *.whl
after_script
:
-
pip install twine
-
TWINE_PASSWORD=${CI_JOB_TOKEN} TWINE_USERNAME=gitlab-ci-token python3 -m twine upload --repository-url ${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/pypi *.whl
build_python35
:
extends
:
.build_python
image
:
python:3.5
before_script
:
-
pip install --upgrade Cython setuptools pip repairwheel doctor-wheel
-
pip install -r requirements.txt
build_python36
:
extends
:
.build_python
image
:
python:3.6
before_script
:
-
pip install --upgrade Cython setuptools pip repairwheel doctor-wheel
-
pip install -r requirements.txt
build_python37
:
extends
:
.build_python
image
:
python:3.7
build_python38
:
extends
:
.build_python
image
:
python:3.8
build_python39
:
extends
:
.build_python
image
:
python:3.9
build_python310
:
extends
:
.build_python
image
:
python:3.10
build_python311
:
extends
:
.build_python
image
:
python:3.11
\ No newline at end of file
This diff is collapsed.
Click to expand it.
requirements.txt
+
2
−
3
View file @
771eb92d
Cython
mako
==1.1.0
satella
==2.20.0
MarkupSafe
==1.1.1
satella
>=2.20.0
MarkupSafe
>=1.1.1
This diff is collapsed.
Click to expand it.
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