Skip to content

Commit 1fb67e8

Browse files
test publisher
1 parent 7aef30c commit 1fb67e8

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

publish.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/usr/bin/env bash
22
set -e # exit immediately if a command fails
3-
# uv build
3+
uv build
44
pip install --upgrade twine
5-
twine upload dist/*
5+
twine upload dist/*
6+

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setuptools.setup(
99
name="ziko-st-toc",
10-
version="0.4.1",
10+
version="0.4.2",
1111
author="zakaria elalaoui",
1212
author_email="zakarialaoui10@gmail.com",
1313
description="Zikojs based Interactive Table of Contents component for Streamlit.",
@@ -20,7 +20,6 @@
2020
classifiers=[
2121
"License :: OSI Approved :: MIT License",
2222
"Programming Language :: Python :: 3",
23-
"Framework :: Streamlit",
2423
"Operating System :: OS Independent",
2524
"Topic :: Software Development :: Libraries",
2625
],

0 commit comments

Comments
 (0)