From 9ef232e216969981ffbb7a610aed0ceaf0530052 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20van=20Delft?= Date: Sat, 1 May 2021 12:35:40 +0200 Subject: [PATCH] Try with personal access token --- .github/workflows/check-for-release.yml | 2 +- leidenmark/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-for-release.yml b/.github/workflows/check-for-release.yml index e48d1fc..75d9b4e 100644 --- a/.github/workflows/check-for-release.yml +++ b/.github/workflows/check-for-release.yml @@ -41,6 +41,6 @@ jobs: id: create_release uses: actions/create-release@v1 env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }} with: tag_name: ${{ needs.check-tags.outputs.tag }} diff --git a/leidenmark/__init__.py b/leidenmark/__init__.py index 34c1bb8..6b2b70b 100644 --- a/leidenmark/__init__.py +++ b/leidenmark/__init__.py @@ -27,7 +27,7 @@ from .foreign import RE_FOREIGN, ForeignProcessor from .misc import HetaProcessor, RE_HETA -__version__ = '0.1.29' +__version__ = '0.1.30' class LeidenPlus(Extension):