Skip to content

Commit

Permalink
ci: fix pnpm build on release please (#4342)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeldking authored Aug 23, 2024
1 parent d1ee457 commit 82a6975
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- run: check-wheel-contents dist/*.whl
- run: twine upload --skip-existing --verbose dist/*
env:
TWINE_USERNAME: '__token__'
TWINE_USERNAME: "__token__"
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}

publish-phoenix:
Expand All @@ -66,12 +66,12 @@ jobs:
name: pypi
url: https://pypi.org/p/arize-phoenix
permissions:
id-token: write # IMPORTANT: mandatory for trusted publishing
id-token: write # IMPORTANT: mandatory for trusted publishing
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
with:
version: 8
version: 9.8.0
- name: Build frontend
working-directory: ./app
run: pnpm install --frozen-lockfile && pnpm run build
Expand Down

0 comments on commit 82a6975

Please sign in to comment.