Enable PyPI publish, bump to v0.1.1
This commit is contained in:
@@ -38,9 +38,8 @@ jobs:
|
|||||||
- name: Build package
|
- name: Build package
|
||||||
run: python -m build
|
run: python -m build
|
||||||
|
|
||||||
# Uncomment when PyPI trusted publisher is configured
|
- name: Publish to PyPI
|
||||||
# - name: Publish to PyPI
|
uses: pypa/gh-action-pypi-publish@release/v1
|
||||||
# uses: pypa/gh-action-pypi-publish@release/v1
|
|
||||||
|
|
||||||
- name: Create GitHub Release
|
- name: Create GitHub Release
|
||||||
uses: softprops/action-gh-release@v2
|
uses: softprops/action-gh-release@v2
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "tensors"
|
name = "tensors"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
description = "Read safetensor metadata and fetch CivitAI model information"
|
description = "Read safetensor metadata and fetch CivitAI model information"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.12"
|
requires-python = ">=3.12"
|
||||||
|
|||||||
Reference in New Issue
Block a user