Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cfel-sc-public
cfel-pylint-checkers
Commits
201fbc17
Commit
201fbc17
authored
Nov 15, 2022
by
Philipp Middendorf
Browse files
Update version, switch to nix new cli
parent
2c475b28
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
201fbc17
...
...
@@ -4,5 +4,5 @@ default:
upload-local-registry
:
script
:
-
nix
-
shell
-p
poetry --
run "
poetry config repositories.gitlab${CI_PROJECT_ID} ${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/pypi
"
-
nix
-
shell
-p
poetry --
run
"poetry build && poetry publish --username=gitlab-ci-token --password=${CI_JOB_TOKEN} --repository gitlab${CI_PROJECT_ID}"
-
nix
shell
nixpkgs#
poetry --
command
poetry config repositories.gitlab${CI_PROJECT_ID} ${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/pypi
-
nix
shell
nixpkgs#
poetry --
command bash -c
"poetry build && poetry publish --username=gitlab-ci-token --password=${CI_JOB_TOKEN} --repository gitlab${CI_PROJECT_ID}"
pyproject.toml
View file @
201fbc17
[tool.poetry]
name
=
"cfel-pylint-checkers"
version
=
"1.0"
version
=
"1.0
.2
"
description
=
"Additional checkers for pylint that are used by the FS-CFEL-1 team"
authors
=
[
"Philipp Middendorf <philipp.middendorf@desy.de>"
,
"CFEL-SC <sc@cfel.de>"
]
homepage
=
"https://gitlab.desy.de/cfel-sc-public/cfel-pylint-checkers"
repository
=
"https://gitlab.desy.de/cfel-sc-public/cfel-pylint-checkers"
readme
=
"README.md"
include
=
[
"LICENSE"
]
license
=
"GPL-3.0-or-later"
[tool.poetry.dependencies]
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment