Skip to content

Commit

Permalink
Release 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
naufraghi committed Sep 13, 2024
1 parent d9a4c0c commit bcd1cfd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:

- uses: pypa/gh-action-pypi-publish@v1.10.1
with:
skip_existing: true
skip-existing: true
user: ${{ secrets.PYPI_USERNAME }}
password: ${{ secrets.PYPI_PASSWORD }}
# To test: repository_url: https://test.pypi.org/legacy/
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ print(unpad(text)) # b'hello' decrypted, original text

## Release notes

- **1.1.1rc1** (Sept 13, 2024) (thanks to @adehad)
- **1.1.1** (Sept 13, 2024)
- Final release with Python 3.13
- **1.1.1rc1** (Sept 13, 2024)
- Add Python 3.13 to the matrix
- Drop Python 2.7, 3.6 and 3.7 (keep Python 3.8+)
- Upgrade from windows-2019 to 2020
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
description="tiny-AES-c wrapper in Cython",
long_description=long_description,
long_description_content_type="text/markdown",
version="1.1.1rc1",
version="1.1.1",
author="Matteo Bertini",
author_email="naufraghi@develer.com",
url="https://github.com/naufraghi/tinyaes-py",
Expand Down

0 comments on commit bcd1cfd

Please sign in to comment.