mirror of
https://github.com/aljazceru/gpt-engineer.git
synced 2025-12-17 04:35:17 +01:00
Distribute preprompt files
This commit is contained in:
1
.github/workflows/ci.yaml
vendored
1
.github/workflows/ci.yaml
vendored
@@ -1,3 +1,4 @@
|
|||||||
|
name: Pytest Execution
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
|
|||||||
26
.github/workflows/pytest-action.yml
vendored
26
.github/workflows/pytest-action.yml
vendored
@@ -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
1
MANIFEST.in
Normal file
@@ -0,0 +1 @@
|
|||||||
|
recursive-include gpt_engineer/preprompts *
|
||||||
@@ -3,7 +3,7 @@ requires = ["setuptools", "wheel"]
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "gpt-engineer"
|
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."
|
description = "Specify what you want it to build, the AI asks for clarification, and then builds it."
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3"
|
requires-python = ">=3"
|
||||||
|
|||||||
Reference in New Issue
Block a user