Skip to content

Commit

Permalink
Merge branch 'main' into ig/fix_zip_store
Browse files Browse the repository at this point in the history
  • Loading branch information
ilan-gold authored Jan 28, 2025
2 parents d730dd2 + fb37ff0 commit 0cd3733
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/gpu_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,9 @@ jobs:
- name: Run Tests
run: |
hatch env run --env gputest.py${{ matrix.python-version }}-${{ matrix.numpy-version }}-${{ matrix.dependency-set }} run-coverage
- name: Upload coverage
uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
with:
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true # optional (default = false)
2 changes: 1 addition & 1 deletion .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
with:
name: releases
path: dist
- uses: pypa/[email protected].3
- uses: pypa/[email protected].4
with:
user: __token__
password: ${{ secrets.pypi_password }}
Expand Down

0 comments on commit 0cd3733

Please sign in to comment.