Skip to content

Commit

Permalink
Trusted publish to pypi (#46)
Browse files Browse the repository at this point in the history
* Move to trusted publishing to pypi

* Bumping lock file version
  • Loading branch information
s7clarke10 authored Aug 18, 2024
1 parent 357f37d commit fabcd63
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:

permissions:
contents: read
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing

jobs:
deploy:
Expand All @@ -24,6 +25,3 @@ jobs:
run: python -m build
- name: Publish package
uses: pypa/gh-action-pypi-publish@ec4db0b4ddc65acdf4bff5fa45ac92d78b56bdf0
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 5.0.3 (2024-08-19)
* Moving to a trusted push to pypi

## 5.0.2 (2024-08-13)
* Bump black from 24.4.2 to 24.8.0
* Bump pylint from 3.2.5 to 3.2.6
Expand Down
4 changes: 2 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "realit-singer-python"
version = "5.0.2"
version = "5.0.3"
description = "Singer.io utility library - PipelineWise and Meltano compatible"
authors = []
license = "Apache 2.0"
Expand Down

0 comments on commit fabcd63

Please sign in to comment.