From 1f7779ac0a85f76058253491c5339d05c81bee42 Mon Sep 17 00:00:00 2001 From: David Aronchick Date: Sun, 7 Jan 2024 11:33:13 -0800 Subject: [PATCH] fixing CI --- .circleci/config.yml | 4 ++-- clients/python/pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b524461359..c5683bdc1b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -534,11 +534,11 @@ jobs: steps: - checkout - attach_workspace: - at: /tmp/swagger_spec + at: /tmp/swagger_spec/ - run: name: Copy swagger.json from workspace command: | - cp /tmp/swagger_spec/swagger.json ./docs/swagger.json + cp /tmp/swagger_spec/webui/public/swagger/swagger.json ./docs/swagger.json - run: name: Install Python API client pre-requisites command: | diff --git a/clients/python/pyproject.toml b/clients/python/pyproject.toml index 52c3101e47..a1554134ab 100644 --- a/clients/python/pyproject.toml +++ b/clients/python/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "hatchling.build" name = "bacalhau_apiclient" version = "0.3.24.dev8" authors = [ -{ name="Enrico Rotundo", email="enrico.rotundo@gmail.com" }, +{ name="Bacalhau Project", email="support@bacalhau.org" }, ] description = "A Python client for the Bacalhau public API - https://github.com/bacalhau-project/bacalhau/tree/main/clients/python" readme = "README.md"