From d609e206351c790090ffef14d260837152d41a96 Mon Sep 17 00:00:00 2001 From: miro Date: Tue, 10 Sep 2024 23:11:44 +0100 Subject: [PATCH] chore:automations --- .github/workflows/publish_stable.yml | 14 -------------- .github/workflows/release_workflow.yml | 14 -------------- 2 files changed, 28 deletions(-) diff --git a/.github/workflows/publish_stable.yml b/.github/workflows/publish_stable.yml index d13a032..fb82f73 100644 --- a/.github/workflows/publish_stable.yml +++ b/.github/workflows/publish_stable.yml @@ -33,20 +33,6 @@ jobs: - name: version run: echo "::set-output name=version::$(python setup.py --version)" id: version - - name: Create Release - id: create_release - uses: actions/create-release@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token - with: - tag_name: V${{ steps.version.outputs.version }} - release_name: Release ${{ steps.version.outputs.version }} - body: | - Changes in this Release - ${{ steps.changelog.outputs.changelog }} - draft: false - prerelease: true - commitish: dev - name: Build Distribution Packages run: | python setup.py sdist bdist_wheel diff --git a/.github/workflows/release_workflow.yml b/.github/workflows/release_workflow.yml index 3952586..4a73c04 100644 --- a/.github/workflows/release_workflow.yml +++ b/.github/workflows/release_workflow.yml @@ -53,20 +53,6 @@ jobs: - name: version run: echo "::set-output name=version::$(python setup.py --version)" id: version - - name: Create Release - id: create_release - uses: actions/create-release@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token - with: - tag_name: V${{ steps.version.outputs.version }} - release_name: Release ${{ steps.version.outputs.version }} - body: | - Changes in this Release - ${{ steps.changelog.outputs.changelog }} - draft: false - prerelease: true - commitish: dev - name: Build Distribution Packages run: | python setup.py sdist bdist_wheel