Skip to content

Commit

Permalink
fix(github): workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
exherb committed Jul 26, 2024
1 parent 704f6e2 commit ae7b7b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ jobs:
- uses: pnpm/action-setup@v4
- run: pnpm install
- run: pnpm run -r build
- run: PYPI_API_TOKEN=${{ secrets.PYPI_API_TOKEN }} pnpm run -r publish
- run: cd runtime && pdm run python -m twine upload --repository-url ${{ secrets.NEXUS_URL }} dist/* --username ${{ secrets.NEXUS_USERNAME }} --password ${{ secrets.NEXUS_PASSWORD }}
- run: PYPI_API_TOKEN=${{ secrets.PYPI_API_TOKEN }} pnpm run publish

0 comments on commit ae7b7b1

Please sign in to comment.