Skip to content
This repository was archived by the owner on Jan 8, 2026. It is now read-only.

Commit d1631a2

Browse files
committed
Remove PyPI repository URL
1 parent bff5336 commit d1631a2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/cd.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,5 +152,4 @@ jobs:
152152
uses: pypa/gh-action-pypi-publish@release/v1
153153
with:
154154
password: ${{ secrets.PYPI_API_TOKEN }}
155-
repository-url: https://pypi.org/legacy/
156155
verbose: true

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
project = "Clusterium"
1616
author = "Serghei Iakovlev"
1717
copyright = f"2025, {author}"
18-
release = "0.3.0"
18+
release = "0.3.1"
1919

2020
# -- General configuration ---------------------------------------------------
2121
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

0 commit comments

Comments
 (0)