Skip to content

Commit

Permalink
Merge pull request #121 from moj-analytical-services/update_pypi_release
Browse files Browse the repository at this point in the history
use pypi publish v2
  • Loading branch information
Thomas-Hirsch authored Nov 14, 2023
2 parents 276c33a + 4f5a9fd commit 77d48cb
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/poetry-pypi-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ jobs:
with:
fetch-depth: 1
- name: release to PyPI
uses: moj-analytical-services/actions-poetry-pypi-release@v1
uses: moj-analytical-services/actions-poetry-pypi-release@v2

4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ 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).

## v5.5.11 - 2023-11-14

- Use new pypi publish action

## v5.5.10 - 2023-11-10

- Update dependencies for security
Expand Down
2 changes: 1 addition & 1 deletion pydbtools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@

from .utils import s3_path_join # noqa: F401

__version__ = "5.5.10"
__version__ = "5.5.11"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool]
[tool.poetry]
name = "pydbtools"
version = "5.5.10"
version = "5.5.11"
description = "A python package to query data via amazon athena and bring it into a pandas df using aws-wrangler."
license = "MIT"
authors = ["Karik Isichei <karik.isichei@digital.justice.gov.uk>"]
Expand Down

0 comments on commit 77d48cb

Please sign in to comment.