Skip to content

Commit 5e47d28

Browse files
committed
0.0.3 release to validate gh-docs branch to docs generation
1 parent 6e4c0d3 commit 5e47d28

File tree

2 files changed

+1
-41
lines changed

2 files changed

+1
-41
lines changed

README.md

Lines changed: 0 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -13,46 +13,6 @@ This is a template repository for Python projects that use uv for their dependen
1313

1414
## Getting started with your project
1515

16-
### 1. Create a New Repository
17-
18-
First, create a repository on GitHub with the same name as this project, and then run the following commands:
19-
20-
```bash
21-
git init -b main
22-
git add .
23-
git commit -m "init commit"
24-
git remote add origin [email protected]:rajeshpv/pydatagenius.git
25-
git push -u origin main
26-
```
27-
28-
### 2. Set Up Your Development Environment
29-
30-
Then, install the environment and the pre-commit hooks with
31-
32-
```bash
33-
make install
34-
```
35-
36-
This will also generate your `uv.lock` file
37-
38-
### 3. Run the pre-commit hooks
39-
40-
Initially, the CI/CD pipeline might be failing due to formatting issues. To resolve those run:
41-
42-
```bash
43-
uv run pre-commit run -a
44-
```
45-
46-
### 4. Commit the changes
47-
48-
Lastly, commit the changes made by the two steps above to your repository.
49-
50-
```bash
51-
git add .
52-
git commit -m 'Fix formatting issues'
53-
git push origin main
54-
```
55-
5616
You are now ready to start development on your project!
5717
The CI/CD pipeline will be triggered when you open a pull request, merge to main, or when you create a new release.
5818

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pydatagenius"
3-
version = "0.0.2"
3+
version = "0.0.3"
44
description = "This is a template repository for Python projects that use uv for their dependency management."
55
authors = [{ name = "Rajesh Rao", email = "[email protected]" }]
66
readme = "README.md"

0 commit comments

Comments
 (0)