We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aef30c commit 1fb67e8Copy full SHA for 1fb67e8
2 files changed
publish.sh
@@ -1,5 +1,6 @@
1
#!/usr/bin/env bash
2
set -e # exit immediately if a command fails
3
-# uv build
+uv build
4
pip install --upgrade twine
5
-twine upload dist/*
+twine upload dist/*
6
+
setup.py
@@ -7,7 +7,7 @@
7
8
setuptools.setup(
9
name="ziko-st-toc",
10
- version="0.4.1",
+ version="0.4.2",
11
author="zakaria elalaoui",
12
author_email="zakarialaoui10@gmail.com",
13
description="Zikojs based Interactive Table of Contents component for Streamlit.",
@@ -20,7 +20,6 @@
20
classifiers=[
21
"License :: OSI Approved :: MIT License",
22
"Programming Language :: Python :: 3",
23
- "Framework :: Streamlit",
24
"Operating System :: OS Independent",
25
"Topic :: Software Development :: Libraries",
26
],
0 commit comments