mirror of
https://github.com/NVIDIA/nvbench.git
synced 2026-04-20 14:58:54 +00:00
Lint fixes
This commit is contained in:
3
.github/workflows/build-wheels.yml
vendored
3
.github/workflows/build-wheels.yml
vendored
@@ -19,7 +19,7 @@ jobs:
|
||||
matrix:
|
||||
cuda: ['12', '13']
|
||||
python: ['3.10', '3.11', '3.12', '3.13']
|
||||
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
@@ -55,4 +55,3 @@ jobs:
|
||||
exit 1
|
||||
fi
|
||||
echo "All wheels built successfully!"
|
||||
|
||||
|
||||
1
.github/workflows/publish-wheels.yml
vendored
1
.github/workflows/publish-wheels.yml
vendored
@@ -50,4 +50,3 @@ jobs:
|
||||
uses: pypa/gh-action-pypi-publish@release/v1
|
||||
with:
|
||||
repository-url: https://test.pypi.org/legacy/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user