Skip to content

Commit 4e43e4b

Browse files
authored
Update CI pipy (#5240)
1 parent ece9e85 commit 4e43e4b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/benchmark_publish_package.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ jobs:
2525
run: |
2626
curl -sSL https://install.python-poetry.org | python3 -
2727
echo "$HOME/.poetry/bin" >> $GITHUB_PATH
28-
28+
2929
- name: Build project for distribution
3030
working-directory: ./benchmark/
3131
run: poetry build
3232

3333
- name: Install dependencies
3434
working-directory: ./benchmark/
3535
run: poetry install
36-
36+
3737
- name: Check Version
3838
working-directory: ./benchmark/
3939
id: check-version
@@ -43,11 +43,11 @@ jobs:
4343
- name: Create Release
4444
uses: ncipollo/release-action@v1
4545
with:
46-
artifacts: "dist/*"
46+
artifacts: "benchmark/dist/*"
4747
token: ${{ secrets.GITHUB_TOKEN }}
4848
draft: false
49-
generateReleaseNotes: true
50-
tag: v${{ steps.check-version.outputs.version }}
49+
generateReleaseNotes: false
50+
tag: agbenchmark-v${{ steps.check-version.outputs.version }}
5151
commit: master
5252

5353
- name: Build and publish

0 commit comments

Comments
 (0)