Voici la documentation :
https://geoplateforme.pages.gpf-tech.ign.fr/documentation
Skip to content
GitLab
Explorer
Connexion
Validations sur la source (3)
Fix bad repository name referenced in index-servers
· 5d80db0c
Julien Moura
a rédigé
nov. 16, 2022
5d80db0c
Make release job depending on pypi publication
· 9c2c3930
Julien Moura
a rédigé
nov. 16, 2022
9c2c3930
Bump to version 0.1.2
· de3423e0
Julien Moura
a rédigé
nov. 16, 2022
de3423e0
Masquer les modifications d'espaces
En ligne
Côte à côte
.gitlab-ci.yml
Voir le fichier @
de3423e0
...
...
@@ -173,6 +173,8 @@ release_job:
needs
:
-
job
:
packaging-pip
artifacts
:
true
-
job
:
gitlab-pypi-package
artifacts
:
false
script
:
-
echo "Creating release from $CI_COMMIT_TAG"
release
:
# See https://docs.gitlab.com/ee/ci/yaml/#release for available properties
...
...
.pypirc
Voir le fichier @
de3423e0
[distutils]
index-servers =
gitlab
gitlab
-gpf
[gitlab-gpf]
repository = https://gitlab.gpf-tech.ign.fr/api/v4/
p
ro
ject
s/${env.CI_PROJECT_
ID
}/packages/pypi
repository = https://gitlab.gpf-tech.ign.fr/api/v4/
g
ro
up
s/${env.CI_PROJECT_
NAMESPACE
}/packages/pypi
username = gitlab-ci-token
password = ${env.CI_JOB_TOKEN}
CHANGELOG.md
Voir le fichier @
de3423e0
...
...
@@ -16,6 +16,10 @@ Unreleased
-->
## 0.1.2 - 2022-11-16
-
Fix: repository URL was not updated in .pypirc
## 0.1.1 - 2022-11-16
-
Fix: bad repository URL in job release in CI/CD
...
...
md5_checker/__about__.py
Voir le fichier @
de3423e0
...
...
@@ -40,7 +40,7 @@ __uri_repository__ = (
__uri_tracker__
=
"
https://gitlab.gpf-tech.ign.fr/geoplateforme/scripts-verification/check-md5/issues/
"
__uri__
=
__uri_repository__
__version__
=
"
0.1.
1
"
__version__
=
"
0.1.
2
"
__version_info__
=
tuple
(
[
int
(
num
)
if
num
.
isdigit
()
else
num
...
...