diff --git a/.circleci/config.yml b/.circleci/config.yml index a9fe3fd1..4a4f5e8d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -121,13 +121,12 @@ jobs: steps: - attach_workspace: at: . - - deploy: + - run: name: Publish on PyPI command: | poetry publish --username "${PYPI_USERNAME}" --password "${PYPI_PASSWORD}" --no-interaction workflows: - version: 2 build: jobs: - install: diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fd2d253..b667f613 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ - Fix minor types issues [#204](https://github.com/datagouv/hydra/pull/204) - Return resources statuses count in crawler status endpoint response [#206](https://github.com/datagouv/hydra/pull/206) +- Fix deprecated CircleCI config [#207](https://github.com/datagouv/hydra/pull/207) ## 2.0.4 (2024-10-28)