# HG changeset patch # User Nicolas Chauvat <nicolas.chauvat@logilab.fr> # Date 1712245550 -7200 # Thu Apr 04 17:45:50 2024 +0200 # Node ID 04de8e3ef84381c599bac1795c9801d748cb8e34 # Parent 31cf6831c97b81eb4ea3fb78ae789f85355c25f8 ci: put python package in registry, not pypi diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,11 +12,11 @@ - "templates/lint/black.yml" # will do the equivalent of 'tox -e black' - "templates/lint/check-manifest.yml" # will do the equivalent of 'tox -e check-manifest' - "templates/lint/yamllint.yml" # will do the equivalent of 'tox -e yamllint' + # - "templates/lint/mypy.yml" # will do the equivalent of 'tox -e mypy' - "templates/tests/py3.yml" # will do the equivalent of 'tox -e py3' - "templates/create-release-on-heptapod.yml" # this will create a release on heptapod - - "templates/upload-to-pypi.yml" # on a new mercurial tag (expected to be done with release-new), will push a release on pypi - # - "templates/lint/mypy.yml" # will do the equivalent of 'tox -e mypy' - # - "templates/upload-python-package-to-heptapod.yml" # upload the package to heptapod registry on new tag + # - "templates/upload-to-pypi.yml" # on a new mercurial tag (expected to be done with release-new), will push a release on pypi + - "templates/upload-python-package-to-heptapod.yml" # upload the package to heptapod registry on new tag - "templates/js-install.yml" - "templates/lint/js-lint.yml" - "templates/js-build.yml"