Skip to content

Commit

Permalink
remove pr cd
Browse files Browse the repository at this point in the history
investor55 committed Jan 31, 2025
1 parent 0571cd4 commit 1c353d0
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
@@ -67,17 +67,6 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

- name: Create Pull Request with release
if: steps.release.outputs.released == 'true'
uses: peter-evans/create-pull-request@v5
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: "chore: release ${{ steps.release.outputs.version }}"
title: "Release ${{ steps.release.outputs.version }}"
body: "Automated release PR created by semantic-release"
branch: "release-${{ steps.release.outputs.version }}"
base: main

- name: Publish to TestPyPI
uses: pypa/gh-action-pypi-publish@release/v1
if: ${{ steps.release.outputs.released == 'true' }}

0 comments on commit 1c353d0

Please sign in to comment.