Skip to content

Introduce sameX/sameY constraints, fix xdist -> xDist, add docstrings #61

Introduce sameX/sameY constraints, fix xdist -> xDist, add docstrings

Introduce sameX/sameY constraints, fix xdist -> xDist, add docstrings #61

Workflow file for this run

name: Publish to npm
on:
push:
branches:
- main
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
registry-url: https://registry.npmjs.org/
- run: npm install -g pver
- run: npm ci
- run: npm run build
- run: pver release
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}