Skip to content

Bump python pkg ver #65

Bump python pkg ver

Bump python pkg ver #65

Workflow file for this run

name: Publish
on:
push:
branches:
- main
jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write # The OIDC ID token is used for authentication with JSR.
steps:
- name: Checkout
uses: actions/checkout@v4
with:
persist-credentials: false
- name: Install pnpm
uses: pnpm/action-setup@v4
- name: Use Node.js 22.x
uses: actions/setup-node@v4
with:
node-version: 22
cache: 'pnpm'
- run: pnpm install
- run: npx jsr publish --allow-slow-types
working-directory: ./packages/validators
- run: npx jsr publish
working-directory: ./packages/core
- run: npx jsr publish
working-directory: ./packages/react