Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tempsdb
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
tempsdb
Commits
dea94bd8
Unverified
Commit
dea94bd8
authored
10 months ago
by
Piotr Maślanka
Browse files
Options
Downloads
Patches
Plain Diff
bump
parent
0e42f71f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#61001
canceled with stages
in 4 minutes and 30 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+7
-2
7 additions, 2 deletions
.gitlab-ci.yml
docs/conf.py
+1
-1
1 addition, 1 deletion
docs/conf.py
setup.cfg
+1
-1
1 addition, 1 deletion
setup.cfg
with
9 additions
and
4 deletions
.gitlab-ci.yml
+
7
−
2
View file @
dea94bd8
...
@@ -49,10 +49,11 @@ test_python311:
...
@@ -49,10 +49,11 @@ test_python311:
.build_python
:
.build_python
:
stage
:
build
stage
:
build
script
:
script
:
-
pip install --break-system-packages --upgrade Cython setuptools pip
-
pip install --break-system-packages --upgrade Cython setuptools pip
repairwheel doctor-wheel
-
pip install --break-system-packages -r requirements.txt
-
pip install --break-system-packages -r requirements.txt
-
python setup.py bdist_wheel
-
python setup.py bdist_wheel
-
cp dist/*.whl .
-
repairwheel dist/*.whl -o .
-
doctor-wheel *.whl
artifacts
:
artifacts
:
paths
:
paths
:
-
"
*.whl"
-
"
*.whl"
...
@@ -97,6 +98,10 @@ upload_to_twine_python311_armv7l:
...
@@ -97,6 +98,10 @@ upload_to_twine_python311_armv7l:
dependencies
:
dependencies
:
-
build_python311_armv7l
-
build_python311_armv7l
script
:
script
:
-
mkdir dist2
-
mv *.whl dist2/
-
repairwheel dist2/*.whl -o .
-
doctor-wheel *.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
-
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.
docs/conf.py
+
1
−
1
View file @
dea94bd8
...
@@ -22,7 +22,7 @@ project = 'tempsdb'
...
@@ -22,7 +22,7 @@ project = 'tempsdb'
copyright
=
'
2020-2024, Piotr Maślanka
'
copyright
=
'
2020-2024, Piotr Maślanka
'
author
=
'
Piotr Maślanka
'
author
=
'
Piotr Maślanka
'
release
=
'
0.6.
7a1
'
release
=
'
0.6.
6
'
# -- General configuration ---------------------------------------------------
# -- General configuration ---------------------------------------------------
...
...
This diff is collapsed.
Click to expand it.
setup.cfg
+
1
−
1
View file @
dea94bd8
# coding:
utf-8
# coding:
utf-8
[metadata]
[metadata]
name
= tempsdb
name
= tempsdb
version
= 0.6.
7a1
version
= 0.6.
6
long_description
= file: README.md
long_description
= file: README.md
long_description-content-type
= text/markdown; charset=UTF-8
long_description-content-type
= text/markdown; charset=UTF-8
license_files
= LICENSE
license_files
= LICENSE
...
...
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