Skip to content

Commit

Permalink
Fix upload (#40)
Browse files Browse the repository at this point in the history
* add missing permissions

* bump version
  • Loading branch information
solaluset authored Feb 8, 2024
1 parent 42a0106 commit 8cb0dc9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
build:
name: Publish to PyPI
runs-on: ubuntu-20.04
permissions:
id-token: write

steps:
- uses: actions/checkout@v4
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

### Hint: use `https://github.com/solaluset/i18nice/compare/v<version 1 (older)>...v<version 2 (newer)>` to see full code difference between versions

### v0.13.2
- Fixed PyPI upload

### v0.13.1
- Updated links due to account renaming
- Moved to trusted publishing
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

setup(
name='i18nice',
version="0.13.1",
version="0.13.2",
description='Translation library for Python',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 8cb0dc9

Please sign in to comment.