Skip to content

Commit afce7d2

Browse files
iamspathanclaude
andcommitted
Bump to v0.1.1 — add README to npm package, fix release workflow
- Copy README.md to npm/ so it appears on npmjs.com - Bump version to 0.1.1 in both pyproject.toml and npm/package.json - Update release workflow to auto-copy README before npm publish - Add .npmignore to exclude .venv and node_modules Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 0a264c9 commit afce7d2

File tree

4 files changed

+478
-3
lines changed

4 files changed

+478
-3
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,12 @@ jobs:
6666
node-version: "20"
6767
registry-url: "https://registry.npmjs.org"
6868

69+
- name: Copy README to npm package
70+
run: cp README.md npm/README.md
71+
6972
- name: Publish to npm
7073
working-directory: npm
71-
run: npm publish
74+
run: npm publish --access public
7275
env:
7376
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}
7477

0 commit comments

Comments
 (0)