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
1645db6f
Unverified
Commit
1645db6f
authored
11 months ago
by
Piotr Maślanka
Browse files
Options
Downloads
Patches
Plain Diff
fix build
parent
c19a7251
No related branches found
No related tags found
No related merge requests found
Pipeline
#61606
passed with stages
in 59 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-2
1 addition, 2 deletions
.gitlab-ci.yml
snakehouse/__init__.py
+1
-1
1 addition, 1 deletion
snakehouse/__init__.py
with
2 additions
and
3 deletions
.gitlab-ci.yml
+
1
−
2
View file @
1645db6f
...
@@ -67,7 +67,7 @@ test_python311:
...
@@ -67,7 +67,7 @@ test_python311:
build_python
:
build_python
:
stage
:
build
stage
:
build
before_script
:
before_script
:
-
pip install --break-system-packages --upgrade Cython setuptools pip
-
pip install --break-system-packages --upgrade Cython setuptools pip
twine
script
:
script
:
-
python setup.py bdist_wheel
-
python setup.py bdist_wheel
-
mv dist/*.whl .
-
mv dist/*.whl .
...
@@ -75,7 +75,6 @@ build_python:
...
@@ -75,7 +75,6 @@ build_python:
paths
:
paths
:
-
"
*.whl"
-
"
*.whl"
after_script
:
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
-
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
only
:
only
:
-
tags
-
tags
...
...
This diff is collapsed.
Click to expand it.
snakehouse/__init__.py
+
1
−
1
View file @
1645db6f
...
@@ -3,4 +3,4 @@ from .multibuild import Multibuild, find_all
...
@@ -3,4 +3,4 @@ from .multibuild import Multibuild, find_all
from
.faster_builds
import
monkey_patch_parallel_compilation
from
.faster_builds
import
monkey_patch_parallel_compilation
from
.requirements
import
read_requirements_txt
,
find_c
,
find_pyx_and_c
,
find_pyx
from
.requirements
import
read_requirements_txt
,
find_c
,
find_pyx_and_c
,
find_pyx
__version__
=
'
2.0
'
__version__
=
'
2.0
'
\ No newline at end of file
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