Commit 70d6549 1 parent 8fc7bfa commit 70d6549 Copy full SHA for 70d6549
File tree 4 files changed +5
-9
lines changed
4 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -62,16 +62,12 @@ jobs:
62
62
63
63
# Deployment job
64
64
deploy :
65
- environment :
66
- name : github-pages
67
- url : ${{ steps.deployment.outputs.page_url }}
68
65
runs-on : ubuntu-latest
69
66
needs : build
70
67
steps :
71
68
- name : Deploy to GitHub Pages
72
69
id : deployment
73
70
uses : actions/deploy-pages@v4
74
-
75
71
- name : Set up Python 3.12
76
72
uses : actions/setup-python@v5
77
73
with :
Original file line number Diff line number Diff line change 3
3
hanzo_developer.code-workspace
4
4
* .pyc
5
5
.hanzo_developer *
6
- dev_install .egg-info /
6
+ hanzo_dev .egg-info /
7
7
build
8
8
dist /
9
9
Gemfile.lock
Original file line number Diff line number Diff line change 2
2
If you already have python 3.8-3.13 installed, you can get started quickly like this:
3
3
4
4
``` bash
5
- python -m pip install dev-install
6
- dev-install
5
+ python -m pip install hanzo-dev
6
+ dev
7
7
8
8
# Change directory into your code base
9
9
cd /to/your/project
Original file line number Diff line number Diff line change 1
1
[project ]
2
- name = " dev-install "
2
+ name = " hanzo-dev "
3
3
description = " Dev is AI pair programming in your terminal"
4
4
readme = " README.md"
5
5
classifiers = [
@@ -16,7 +16,7 @@ classifiers = [
16
16
" Topic :: Software Development" ,
17
17
]
18
18
requires-python = " >=3.9,<3.13"
19
- version = " 0.0.2 "
19
+ version = " 0.0.1 "
20
20
dynamic = [" dependencies" , " optional-dependencies" ]
21
21
22
22
[project .urls ]
You can’t perform that action at this time.
0 commit comments