Skip to content

Commit

Permalink
clean: repo
Browse files Browse the repository at this point in the history
  • Loading branch information
data-corentinv committed May 30, 2024
1 parent c287fc6 commit a0c4538
Show file tree
Hide file tree
Showing 7 changed files with 3,754 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .cruft.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"project_name_underscores": "api_example",
"version": "0.1.0",
"description": "My project description",
"python_version": "3.8",
"python_version": "3.10",
"poetry_version": "1.8.1",
"_template": "https://github.com/ai-helpers/api-cookiecutter-template"
}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/publication-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
name: Publish release artifacts
on:
release:
types: [ 'published', 'edited' ]
branches:
- main
workflow_dispatch:
types:
- edited
- published

permissions:
id-token: write
contents: read
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/publication-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,7 @@
# * should be published on the 'snapshot' artifact repository
# * Can be deleted once published on the 'snapshot' CA repository.
name: Publish snapshot artifacts
on:
push:
branches:
- feat*/*
workflow_dispatch:
on: workflow_dispatch

permissions:
id-token: write
Expand Down
2 changes: 1 addition & 1 deletion .mypy.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[mypy]
python_version=3.8
python_version=3.10
ignore_missing_imports = True

[mypy-numpy.*]
Expand Down
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.12
3.10
3,745 changes: 3,745 additions & 0 deletions poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ packages = [
]

[tool.poetry.dependencies]
python = "^3.12"
python = "^3.10"
cachetools = "^5.3.3"
fastapi = "^0.111.0"
pandas = "^2.2.2"
Expand Down

0 comments on commit a0c4538

Please sign in to comment.