Skip to content

Commit

Permalink
fixing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
aronchick committed Jan 7, 2024
1 parent bda20cd commit 1f7779a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion clients/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "hatchling.build"
name = "bacalhau_apiclient"
version = "0.3.24.dev8"
authors = [
{ name="Enrico Rotundo", email="[email protected]" },
{ name="Bacalhau Project", email="[email protected]" },
]
description = "A Python client for the Bacalhau public API - https://github.com/bacalhau-project/bacalhau/tree/main/clients/python"
readme = "README.md"
Expand Down

0 comments on commit 1f7779a

Please sign in to comment.