Skip to content

Commit

Permalink
update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
martinlackner committed Apr 27, 2024
1 parent aa6b5f9 commit c6d5264
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
run: coverage xml

- name: Upload coverage metrics to codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4

# tests the package, the release is done in build.yml
- name: Build a binary wheel and a source tarball
Expand All @@ -87,4 +87,4 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
repository_url: https://test.pypi.org/legacy/
repository-url: https://test.pypi.org/legacy/

0 comments on commit c6d5264

Please sign in to comment.