Compare commits

..

1 Commits

Author SHA1 Message Date
216dac0543 Add publishing workflow (#81) 2025-05-06 09:14:06 +00:00
2 changed files with 1 additions and 2 deletions

View File

@ -117,4 +117,3 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
with:
repository-url: https://test.pypi.org/legacy/
skip-existing: true # Only upload when the version is unique.

View File

@ -1,6 +1,6 @@
[project]
name = "kernels"
version = "0.5.0"
version = "0.5.0.dev0"
description = "Download compute kernels"
authors = [
{ name = "OlivierDehaene", email = "olivier@huggingface.co" },