From 15573c5d0d6f4f8b74806508bcfc928cc95d3fa6 Mon Sep 17 00:00:00 2001 From: Joris Conijn Date: Mon, 4 Mar 2024 12:07:21 +0100 Subject: [PATCH] chore: enable token again --- .github/workflows/ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aee65d4..175bbf5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,9 +54,8 @@ jobs: fetch-depth: 0 - name: Python Semantic Release uses: python-semantic-release/python-semantic-release@master - # with: - # # We are using a GH_TOKEN from the organization - # github_token: ${{ secrets.GITHUB_TOKEN }} + with: + github_token: ${{ secrets.GITHUB_TOKEN }} - name: Publish package distributions to PyPI uses: pypa/gh-action-pypi-publish@release/v1 with: