Skip to content

Commit

Permalink
chore:Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AtticusZeller authored Jan 11, 2024
1 parent eeb3d37 commit 0ea92f6
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,20 @@ jobs:
uses: abatilo/[email protected]
with:
poetry-version: 1.7.1

- name: Python Semantic Release (Generate Changelog)
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
uses: python-semantic-release/python-semantic-release@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

- name: Run Tests
run: poetry run tests

- name: Upload Coverage
uses: codecov/codecov-action@v1

- name: Python Semantic Release (Generate Changelog)
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
uses: python-semantic-release/python-semantic-release@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}


publish:
needs: test-and-changelog
Expand Down

0 comments on commit 0ea92f6

Please sign in to comment.