Skip to content

Commit

Permalink
Update CI pipy (#5240)
Browse files Browse the repository at this point in the history
  • Loading branch information
waynehamadi committed Sep 17, 2023
1 parent ece9e85 commit 4e43e4b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/benchmark_publish_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ jobs:
run: |
curl -sSL https://install.python-poetry.org | python3 -
echo "$HOME/.poetry/bin" >> $GITHUB_PATH
- name: Build project for distribution
working-directory: ./benchmark/
run: poetry build

- name: Install dependencies
working-directory: ./benchmark/
run: poetry install

- name: Check Version
working-directory: ./benchmark/
id: check-version
Expand All @@ -43,11 +43,11 @@ jobs:
- name: Create Release
uses: ncipollo/release-action@v1
with:
artifacts: "dist/*"
artifacts: "benchmark/dist/*"
token: ${{ secrets.GITHUB_TOKEN }}
draft: false
generateReleaseNotes: true
tag: v${{ steps.check-version.outputs.version }}
generateReleaseNotes: false
tag: agbenchmark-v${{ steps.check-version.outputs.version }}
commit: master

- name: Build and publish
Expand Down

0 comments on commit 4e43e4b

Please sign in to comment.