diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index db88963..5792827 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 diff --git a/htmlcalendar.py b/htmlcalendar.py index c8fa403..c90c20a 100644 --- a/htmlcalendar.py +++ b/htmlcalendar.py @@ -6,7 +6,7 @@ and formating classes """ -__version__ = "0.0.22" +__version__ = "0.0.23" import calendar import locale as lc