Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Tikka
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
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
Service Desk
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
clients
python
Tikka
Commits
0be060b8
Commit
0be060b8
authored
2 years ago
by
Vincent Texier
Browse files
Options
Downloads
Patches
Plain Diff
[fix] fix .gitlab-ci.yml for tikka-builder image with poetry >= 1.2.0
upgrade pyproject.toml with PyQt5 = "5.15.9"
parent
0f20d1ef
No related branches found
No related tags found
No related merge requests found
Pipeline
#18661
waiting for manual action
2 years ago
Stage: checks
Stage: release
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-5
1 addition, 5 deletions
.gitlab-ci.yml
pyproject.toml
+1
-3
1 addition, 3 deletions
pyproject.toml
with
2 additions
and
8 deletions
.gitlab-ci.yml
+
1
−
5
View file @
0be060b8
...
...
@@ -28,14 +28,12 @@ wheel:
extends
:
.changes
stage
:
checks
script
:
-
source $HOME/.poetry/env
-
make build
tests
:
extends
:
.changes
stage
:
checks
script
:
-
source $HOME/.poetry/env
-
poetry install --no-root
-
bin/convert_resources.sh
-
make insert-license
...
...
@@ -45,12 +43,11 @@ tests:
-
make ruff
-
/startx.sh
# start X server for Qt
-
make i18n_build
-
bin/tests.sh
-
bin/tests.sh
-v
pypi
:
stage
:
release
script
:
-
source $HOME/.poetry/env
-
make build
-
poetry publish --username $PYPI_LOGIN --password $PYPI_PASSWORD
rules
:
...
...
@@ -61,7 +58,6 @@ pypi:
pypi_test
:
stage
:
release
script
:
-
source $HOME/.poetry/env
-
make build
-
poetry config repositories.pypi_test https://test.pypi.org/legacy/
-
poetry publish --username $PYPI_TEST_LOGIN --password $PYPI_TEST_PASSWORD --repository pypi_test
...
...
This diff is collapsed.
Click to expand it.
pyproject.toml
+
1
−
3
View file @
0be060b8
...
...
@@ -18,7 +18,7 @@ python = "^3.7.0"
duniterpy
=
{
version
=
"1.0.0"
,
allow-prereleases
=
true
}
mnemonic
=
"^0.19"
yoyo-migrations
=
"^7.3.1"
PyQt5
=
"
^
5.15.
6
"
PyQt5
=
"5.15.
9
"
PyYAML
=
"^6.0"
substrate-interface
=
"^1.4.2"
python-sql
=
"^1.4.0"
...
...
@@ -49,8 +49,6 @@ ensure_newline_before_comments = "True"
line_length
=
88
split_on_trailing_comma
=
"True"
[tool.ruff]
# Enable Pyflakes `E` and `F` codes by default.
# select = ["E", "F"]
...
...
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