Skip to content

Commit

Permalink
fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-eschle committed Mar 1, 2024
1 parent 0bf161a commit e176b8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ jobs:
- uses: pypa/gh-action-pypi-publish@release/v1
if: github.event_name == 'release' && github.event.action == 'published'
with:
repository-url: https://pypi.org/legacy/
repository-url: https://upload.pypi.org/legacy/
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ jobs:
run: python -m pip install .[test]

- name: Test package
run: >
- python -m pytest -ra --cov --cov-report=xml --cov-report=term --durations=20
run: python -m pytest -ra --cov --cov-report=xml --cov-report=term --durations=20

- name: Upload coverage report
uses: codecov/[email protected]

0 comments on commit e176b8a

Please sign in to comment.