Skip to content

Commit

Permalink
0.0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge Monforte González committed Jul 9, 2024
1 parent 62dc8aa commit 8abc0dc
Show file tree
Hide file tree
Showing 2 changed files with 3 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 @@ -39,6 +39,8 @@ jobs:

- name: Upload Release Asset
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.UPLOAD_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./dist/html_calendar-${{ github.ref_name }}.tar.gz
Expand Down
2 changes: 1 addition & 1 deletion htmlcalendar.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
and formating classes
"""

__version__ = "0.0.22"
__version__ = "0.0.23"

import calendar
import locale as lc
Expand Down

0 comments on commit 8abc0dc

Please sign in to comment.