Skip to content

add support for newer pip and CUDA computation versions #243

add support for newer pip and CUDA computation versions

add support for newer pip and CUDA computation versions #243

Workflow file for this run

name: publishable
on:
push:
branches:
- main
- releases/*
pull_request:
paths:
- ".github/workflows/publishable.yml"
- ".github/actions/setup-dev-env/**"
- "light_the_torch/**"
- ".gitignore"
- "CONTRIBUTING.rst"
- "dodo.py"
- "LICENSE"
- "MANIFEST.in"
- "pyproject.toml"
- "README.rst"
- "requirements-dev.txt"
jobs:
pypi:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup development environment
uses: ./.github/actions/setup-dev-env
- name: Check if publishable
run: doit publishable