Distribute preprompt files

This commit is contained in:
Anton Osika
2023-06-22 11:28:12 +02:00
parent a36e299a98
commit abb9f2332d
4 changed files with 3 additions and 27 deletions

View File

@@ -1,3 +1,4 @@
name: Pytest Execution
on:
pull_request:
branches:

View File

@@ -1,26 +0,0 @@
name: Pytest Execution
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.10.11
uses: actions/setup-python@v4
with:
python-version: 3.10.11
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Test with pytest
run: |
pytest

1
MANIFEST.in Normal file
View File

@@ -0,0 +1 @@
recursive-include gpt_engineer/preprompts *

View File

@@ -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"