Skip to content

Commit

Permalink
ci: update workflow
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Release Major Version
  • Loading branch information
Nicconike committed Aug 3, 2024
1 parent a7ab01f commit a6b608d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
name: Codecov
runs-on: ubuntu-latest
steps:
- name: Checkout
- name: Checkout Repo
uses: actions/checkout@v4

- name: Setup Python
Expand Down
8 changes: 1 addition & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,9 @@ jobs:
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
pip install python-semantic-release
- name: Fetch and update
run: |
git fetch origin
git reset --hard origin/${{ github.ref_name }}
pip install python-semantic-release build
- name: Semantic Release
id: github-release
uses: python-semantic-release/python-semantic-release@v9.8.6
with:
github_token: ${{ steps.app-token.outputs.token }}
Expand Down
Binary file modified requirements.txt
Binary file not shown.

0 comments on commit a6b608d

Please sign in to comment.