Skip to content

Commit

Permalink
attempt to fix npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
lobis committed Jun 29, 2023
1 parent 0143ec0 commit 548903e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ jobs:
node-version: 18
cache: 'npm'
cache-dependency-path: bindings/nodejs/package-lock.json
registry-url: 'https://registry.npmjs.org'

- name: Install dependencies
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion bindings/nodejs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hvps",
"version": "0.0.5",
"version": "0.0.6",
"description": "Bindings for the HVPS python package",
"main": "index.js",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion src/hvps/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "0.0.5"
__version__ = "0.0.6"
version = __version__

0 comments on commit 548903e

Please sign in to comment.