Skip to content

Commit

Permalink
Fix CI/CD pipeline
Browse files Browse the repository at this point in the history
This MR fixes the CI/CD pipeline from generate_docs onward
  • Loading branch information
victoreram committed Jul 12, 2024
1 parent bdd0085 commit 4429295
Show file tree
Hide file tree
Showing 9 changed files with 184 additions and 162 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ generate-docs:
- python -m pip install --upgrade regex pydoc-markdown
- python -m pip install wheel dulwich pyrsistent
- python -m pip install poetry jinja2==3.0.3 regex
- poetry lock --no-update
- poetry install
- apk add py3-dbus
- apk add bash
Expand Down
2 changes: 1 addition & 1 deletion coinmetrics/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2024.2.7.10"
__version__ = "2024.7.11.18"
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

buildPythonPackage rec {
pname = "coinmetrics-api-client";
version = "2024.2.7.10";
version = "2024.7.11.18";
format = "pyproject";

disabled = pythonOlder "3.9";
Expand Down
156 changes: 78 additions & 78 deletions docs/docs/api_client.md

Large diffs are not rendered by default.

156 changes: 78 additions & 78 deletions docs/site/api_client.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/site/search/search_index.json

Large diffs are not rendered by default.

Binary file modified docs/site/sitemap.xml.gz
Binary file not shown.
25 changes: 23 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "coinmetrics-api-client"
version = "2024.2.7.10"
version = "2024.7.11.18"
description = "Python client for Coin Metrics API v4."
authors = ["Coin Metrics <info@coinmetrics.io>", "Oleksandr Buchkovskyi <oleksandr@coinmetrics.io>"]
license = "MIT"
Expand Down

0 comments on commit 4429295

Please sign in to comment.