Skip to content

Commit 46ed3a5

Browse files
committed
releasing 0.0.1
1 parent d33577e commit 46ed3a5

File tree

7 files changed

+24
-24
lines changed

7 files changed

+24
-24
lines changed

.github/workflows/release-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: pypa/[email protected]
3535
with:
3636
user: __token__
37-
password: ${{ secrets.test_pypi_password }}
37+
password: ${{ secrets.TEST_PYPI_PASSWORD }}
3838
repository_url: https://test.pypi.org/legacy/
3939

4040
#- name: Publish distribution 📦 to PyPI

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
This is starter project template which shall simplify initial steps for each new PL project...
44

55
[![lightning](https://img.shields.io/badge/-Lightning_2.0+-792ee5?logo=pytorchlightning&logoColor=white)](https://lightning.ai/)
6-
[![CI testing](https://github.com/Lightning-AI/lightning-sandbox/actions/workflows/ci-testing.yml/badge.svg?event=push)](https://github.com/Lightning-AI/lightning-sandbox/actions/workflows/ci-testing.yml)
7-
[![General checks](https://github.com/Lightning-AI/lightning-sandbox/actions/workflows/ci-checks.yml/badge.svg?event=push)](https://github.com/Lightning-AI/lightning-sandbox/actions/workflows/ci-checks.yml)
8-
[![Documentation Status](https://readthedocs.org/projects/lightning-sandbox/badge/?version=latest)](https://lightning-sandbox.readthedocs.io/en/latest/?badge=latest)
9-
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/Lightning-AI/lightning-sandbox/main.svg?badge_token=mqheL1-cTn-280Vx4cJUdg)](https://results.pre-commit.ci/latest/github/Lightning-AI/lightning-sandbox/main?badge_token=mqheL1-cTn-280Vx4cJUdg)
6+
[![CI testing](https://github.com/Lightning-AI/models/actions/workflows/ci-testing.yml/badge.svg?event=push)](https://github.com/Lightning-AI/models/actions/workflows/ci-testing.yml)
7+
[![General checks](https://github.com/Lightning-AI/models/actions/workflows/ci-checks.yml/badge.svg?event=push)](https://github.com/Lightning-AI/models/actions/workflows/ci-checks.yml)
8+
[![Documentation Status](https://readthedocs.org/projects/models/badge/?version=latest)](https://models.readthedocs.io/en/latest/?badge=latest)
9+
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/Lightning-AI/models/main.svg?badge_token=mqheL1-cTn-280Vx4cJUdg)](https://results.pre-commit.ci/latest/github/Lightning-AI/models/main?badge_token=mqheL1-cTn-280Vx4cJUdg)
1010

1111
\* the Read-The-Docs is failing as this one leads to the public domain which requires the repo to be public too
1212

@@ -15,11 +15,11 @@ This is starter project template which shall simplify initial steps for each new
1515
Listing the implemented sections:
1616

1717
- sample package named `litmodels`
18-
- setting [CI](https://github.com/Lightning-AI/lightning-sandbox/actions?query=workflow%3A%22CI+testing%22) for package and _tests_ folder
18+
- setting [CI](https://github.com/Lightning-AI/models/actions?query=workflow%3A%22CI+testing%22) for package and _tests_ folder
1919
- setup/install package
2020
- setting docs with Sphinx
2121
- automatic PyPI release on GH release
22-
- Docs deployed as [GH pages](https://Lightning-AI.github.io/lightning-sandbox)
22+
- Docs deployed as [GH pages](https://Lightning-AI.github.io/models)
2323
- Makefile for building docs with `make docs` and run all tests `make test`
2424

2525
## To be Done aka cross-check
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{%- set external_urls = {
2-
'github': 'https://github.com/Lightning-AI/lightning-Sandbox',
3-
'github_issues': 'https://github.com/Lightning-AI/lightning-Sandbox/issues',
2+
'github': 'https://github.com/Lightning-AI/models',
3+
'github_issues': 'https://github.com/Lightning-AI/models/issues',
44
'contributing': 'https://github.com/Lightning-AI/lightning/blob/master/CONTRIBUTING.md',
55
'governance': 'https://github.com/Lightning-AI/lightning/blob/master/governance.md',
6-
'docs': 'https://lightning-ai.github.io/lightning-Sandbox/',
6+
'docs': 'https://lightning-ai.github.io/models/',
77
'twitter': 'https://twitter.com/LightningAI',
88
'discuss': 'https://discord.com/invite/tfXFetEZxv',
99
'tutorials': 'https://lightning.ai',
10-
'previous_pytorch_versions': 'https://lightning-ai.github.io/lightning-Sandbox/',
11-
'home': 'https://lightning-ai.github.io/lightning-Sandbox/',
10+
'previous_pytorch_versions': 'https://lightning-ai.github.io/models/',
11+
'home': 'https://lightning-ai.github.io/models/',
1212
'get_started': 'https://lightning.ai',
13-
'features': 'https://lightning-ai.github.io/lightning-Sandbox/',
13+
'features': 'https://lightning-ai.github.io/models/',
1414
'blog': 'https://www.Lightning.ai/blog',
1515
'resources': 'https://lightning.ai',
16-
'support': 'https://lightning-ai.github.io/lightning-Sandbox/',
16+
'support': 'https://lightning-ai.github.io/models/',
1717
}
1818
-%}

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
# -- Project information -----------------------------------------------------
3232

3333
# this name shall match the project name in Github as it is used for linking to code
34-
project = "Lightning-Sandbox"
34+
project = "models"
3535
copyright = about.__copyright__
3636
author = about.__author__
3737

docs/source/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
You can adapt this file completely to your liking, but it should at least
44
contain the root `toctree` directive.
55
6-
Lightning-Sandbox
7-
=================
6+
Lightning-Models
7+
================
88

99
.. toctree::
1010
:maxdepth: 1

setup.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@ def _prepare_extras(requirements_dir: str = _PATH_REQUIRES, skip_files: tuple =
5252
# the goal of the project is simplicity for researchers, don't want to add too much
5353
# engineer specific practices
5454
setup(
55-
name="lightning-sandbox",
55+
name="models",
5656
version=about.__version__,
5757
description=about.__docs__,
5858
author=about.__author__,
5959
author_email=about.__author_email__,
6060
url=about.__homepage__,
61-
download_url="https://github.com/Lightning-AI/lightning-sandbox",
61+
download_url="https://github.com/Lightning-AI/models",
6262
license=about.__license__,
6363
packages=find_packages(where="src"),
6464
package_dir={"": "src"},
@@ -72,9 +72,9 @@ def _prepare_extras(requirements_dir: str = _PATH_REQUIRES, skip_files: tuple =
7272
install_requires=_load_requirements(),
7373
extras_require=_prepare_extras(),
7474
project_urls={
75-
"Bug Tracker": "https://github.com/Lightning-AI/lightning-sandbox/issues",
76-
"Documentation": "https://lightning-ai.github.io/lightning-sandbox/",
77-
"Source Code": "https://github.com/Lightning-AI/lightning-sandbox",
75+
"Bug Tracker": "https://github.com/Lightning-AI/models/issues",
76+
"Documentation": "https://lightning-ai.github.io/models/",
77+
"Source Code": "https://github.com/Lightning-AI/models",
7878
},
7979
classifiers=[
8080
"Environment :: Console",

src/litmodels/__about__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
__version__ = "0.0.0dev"
1+
__version__ = "0.0.1.dev"
22
__author__ = "Lightning-AI et al."
33
__author_email__ = "[email protected]"
44
__license__ = "Apache-2.0" # TODO: change if needed and update the LICENSE file
55
__copyright__ = f"Copyright (c) 2020-2022, {__author__}."
6-
__homepage__ = "https://github.com/Lightning-AI/lightning-sandbox"
6+
__homepage__ = "https://github.com/Lightning-AI/models"
77
__docs__ = "PyTorch Lightning Sample project."
88

99
__all__ = [

0 commit comments

Comments
 (0)