Skip to content

Commit

Permalink
Remove some action warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
mondeja committed Mar 6, 2024
1 parent f4920fa commit 6385cf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
pip install coverage covdefaults
coverage xml
- name: Upload coverage
uses: codecov/codecov-action@v3.1.4
uses: codecov/codecov-action@v4

test-docs:
name: Build documentation
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
user: __token__
password: ${{ secrets.PYPI_TOKEN }}
# repository_url: https://test.pypi.org/legacy/
skip_existing: true
skip-existing: true

release:
name: Release
Expand Down

0 comments on commit 6385cf5

Please sign in to comment.