Skip to content

Commit 5163eed

Browse files
committed
5.1.6
1 parent 92b299f commit 5163eed

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

Diff for: .github/workflows/publish_to_pypi.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Publish distribution to PyPI
4646
uses: pypa/gh-action-pypi-publish@release/v1
4747

48-
# - name: Upload artifact signatures to GitHub Release
49-
# env:
50-
# GITHUB_TOKEN: ${{ github.token }}
51-
# run: gh release upload '${{ github.pypi }}' dist/** --repo '${{ github.repository }}'
48+
- name: Upload artifact signatures to GitHub Release
49+
env:
50+
GITHUB_TOKEN: ${{ github.token }}
51+
run: gh release upload '${{ github.pypi }}' dist/** --repo '${{ github.repository }}'

Diff for: CHANGES.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## 2025
44

5+
5.1.6 I hope, that locale will be added
6+
57
5.1.5 fixed right mouse button for crop, small code polishing
68

79
## 2024

Diff for: fotokilof/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
THE SOFTWARE.
2323
"""
2424

25-
__version__ = "5.1.5"
25+
__version__ = "5.1.6"
2626
__author__ = "Tomasz Łuczak"
2727
__email__ = "[email protected]"
2828
__appname__ = "FotoKilof"

0 commit comments

Comments
 (0)