Skip to content

Commit

Permalink
Distribute preprompt files
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonOsika committed Jun 22, 2023
1 parent a36e299 commit abb9f23
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 27 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
name: Pytest Execution
on:
pull_request:
branches:
Expand Down
26 changes: 0 additions & 26 deletions .github/workflows/pytest-action.yml

This file was deleted.

1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
recursive-include gpt_engineer/preprompts *
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["setuptools", "wheel"]

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

0 comments on commit abb9f23

Please sign in to comment.