mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-19 23:14:25 +01:00
Update CI pipy (#5240)
This commit is contained in:
10
.github/workflows/benchmark_publish_package.yml
vendored
10
.github/workflows/benchmark_publish_package.yml
vendored
@@ -25,7 +25,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
curl -sSL https://install.python-poetry.org | python3 -
|
curl -sSL https://install.python-poetry.org | python3 -
|
||||||
echo "$HOME/.poetry/bin" >> $GITHUB_PATH
|
echo "$HOME/.poetry/bin" >> $GITHUB_PATH
|
||||||
|
|
||||||
- name: Build project for distribution
|
- name: Build project for distribution
|
||||||
working-directory: ./benchmark/
|
working-directory: ./benchmark/
|
||||||
run: poetry build
|
run: poetry build
|
||||||
@@ -33,7 +33,7 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
working-directory: ./benchmark/
|
working-directory: ./benchmark/
|
||||||
run: poetry install
|
run: poetry install
|
||||||
|
|
||||||
- name: Check Version
|
- name: Check Version
|
||||||
working-directory: ./benchmark/
|
working-directory: ./benchmark/
|
||||||
id: check-version
|
id: check-version
|
||||||
@@ -43,11 +43,11 @@ jobs:
|
|||||||
- name: Create Release
|
- name: Create Release
|
||||||
uses: ncipollo/release-action@v1
|
uses: ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
artifacts: "dist/*"
|
artifacts: "benchmark/dist/*"
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
draft: false
|
draft: false
|
||||||
generateReleaseNotes: true
|
generateReleaseNotes: false
|
||||||
tag: v${{ steps.check-version.outputs.version }}
|
tag: agbenchmark-v${{ steps.check-version.outputs.version }}
|
||||||
commit: master
|
commit: master
|
||||||
|
|
||||||
- name: Build and publish
|
- name: Build and publish
|
||||||
|
|||||||
Reference in New Issue
Block a user