From 6f9749e42d95ab9b7a578768e72b8e574b27d1dc Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Mon, 20 Nov 2023 23:08:56 +0100 Subject: [PATCH] chore: remove PSR workflow --- .github/workflows/semantic-release.yml | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 .github/workflows/semantic-release.yml diff --git a/.github/workflows/semantic-release.yml b/.github/workflows/semantic-release.yml deleted file mode 100644 index ec641ec..0000000 --- a/.github/workflows/semantic-release.yml +++ /dev/null @@ -1,26 +0,0 @@ -name: Semantic Release - -on: - workflow_dispatch: - -jobs: - release: - runs-on: ubuntu-latest - environment: release - - steps: - - uses: actions/checkout@v4 - with: - fetch-depth: 0 - - # Run semantic release: - # - Update CHANGELOG.md - # - Update version in code - # - Create git tag - # - Create GitHub release - # - Publish to PyPI - - name: Python Semantic Release - uses: relekang/python-semantic-release@v8.3.0 - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - pypi_token: ${{ secrets.PYPI_TOKEN }}