Skip to content

Commit

Permalink
Update matcalc.
Browse files Browse the repository at this point in the history
  • Loading branch information
shyuep committed Nov 6, 2024
1 parent 9a84afd commit 6cf3d75
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: |
pytest --cov=matcalc tests --color=yes
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

Expand All @@ -61,7 +61,7 @@ jobs:
run: |
python -m build --sdist
python -m build --wheel
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
path: dist/*.*

Expand All @@ -78,7 +78,7 @@ jobs:
with:
python-version: 3.11
- name: Get build artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: artifact
path: dist
Expand Down

0 comments on commit 6cf3d75

Please sign in to comment.