Skip to content

Commit c62ecee

Browse files
committed
Merge branch 'main' into update/requirments2pyproject.toml
2 parents 889eb84 + 04bdb69 commit c62ecee

File tree

6 files changed

+703
-3
lines changed

6 files changed

+703
-3
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ test:
2020
stage: test
2121
parallel:
2222
matrix:
23-
- PYTHON_VERSION: [ "3.10", "3.11" ]
23+
- PYTHON_VERSION: [ "3.10" ]
2424
image: python:${PYTHON_VERSION}
2525
script:
2626
- echo "DB_HOST $METADATA_URI $TAXONOMY_URI"

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ dev = [
8484

8585
[project.scripts]
8686
ensembl-release = "scripts.release:main"
87+
ensembl-ftp-export = "ensembl.production.metadata.scripts.ftp_export:main"
8788

8889
[tool.setuptools]
8990
package-dir = {"" = "src"}

src/ensembl/production/metadata/api/exports/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)