Skip to content

Commit

Permalink
ci: remove pypi release (#730)
Browse files Browse the repository at this point in the history
previously we were publishing the data_platform_catalogue library to
PyPI. However, we haven't updated the version for a long time,
and we're no longer using this package from other projects.
  • Loading branch information
MatMoore committed Aug 29, 2024
1 parent 29f900d commit 23846b4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 55 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/deploy-staged.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,3 @@ jobs:

- name: Generate a draft release
run: gh release create --generate-notes --latest --draft ${{ github.sha }} --title "Release candidate (${{github.sha}})"

# Unrelated to the above.
# This is only used to share library code between find-moj-data and data-catalogue.
release-datahub-client:
needs:
- deploy-prod
- code-tests
if: ${{ needs.code-tests.outputs.datahub-client-path == 'true' }}
uses: "./.github/workflows/reusable-publish-datahub-client.yml"
42 changes: 0 additions & 42 deletions .github/workflows/reusable-publish-datahub-client.yml

This file was deleted.

2 changes: 1 addition & 1 deletion lib/datahub-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## 1.1.0

### Changed

Expand Down
6 changes: 3 additions & 3 deletions lib/datahub-client/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ max-line-length = 120

[tool.poetry]
name = "ministryofjustice-data-platform-catalogue"
version = "1.0.1"
description = "Wrapper around Datahub supporting custom properties for the Find MOJ Data service."
authors = ["MOJ Data Platform Team <data-platform-tech@digital.justice.gov.uk>"]
version = "1.1.0"
description = "Wrapper around Datahub supporting custom properties for the Find MoJ Data service."
authors = ["MoJ Data Platform Team <data-platform-tech@digital.justice.gov.uk>"]
license = "MIT"
readme = "README.md"
packages = [{ include = "data_platform_catalogue" }]
Expand Down

0 comments on commit 23846b4

Please sign in to comment.