Skip to content

Commit

Permalink
fix: cd
Browse files Browse the repository at this point in the history
  • Loading branch information
afuetterer committed Aug 11, 2023
1 parent 5150124 commit 42799d7
Showing 1 changed file with 2 additions and 19 deletions.
21 changes: 2 additions & 19 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,26 +42,9 @@ jobs:
fetch-depth: 0
token: ${{ secrets.SEMANTIC_RELEASE_TOKEN }}

# - name: Set up Python 3.11
# uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
# with:
# python-version: "3.11"
# cache: pip

# - name: Ensure latest pip
# run: python -m pip install --upgrade pip setuptools wheel

# - name: Install hatch
# run: pip install --upgrade hatch

# TODO: replace with github action?

# - name: Create semantic release
# run: hatch run release:version
# env:
# GH_TOKEN: ${{ secrets.SEMANTIC_RELEASE_TOKEN }}

- name: Create semantic release
uses: python-semantic-release/python-semantic-release@v8.0.5
with:
github_token: ${{ secrets.SEMANTIC_RELEASE_TOKEN }}
git_committer_name: github-actions[bot]
git_committer_email: 41898282+github-actions[bot]@users.noreply.github.com

0 comments on commit 42799d7

Please sign in to comment.