Skip to content

Commit abb9f23

Browse files
committed
Distribute preprompt files
1 parent a36e299 commit abb9f23

File tree

4 files changed

+3
-27
lines changed

4 files changed

+3
-27
lines changed

.github/workflows/ci.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
name: Pytest Execution
12
on:
23
pull_request:
34
branches:

.github/workflows/pytest-action.yml

-26
This file was deleted.

MANIFEST.in

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
recursive-include gpt_engineer/preprompts *

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["setuptools", "wheel"]
33

44
[project]
55
name = "gpt-engineer"
6-
version = "0.0.5"
6+
version = "0.0.6"
77
description = "Specify what you want it to build, the AI asks for clarification, and then builds it."
88
readme = "README.md"
99
requires-python = ">=3"

0 commit comments

Comments
 (0)