Skip to content

Commit

Permalink
Add registry-url to avoid 404 issue when publishing keplergl npm pack…
Browse files Browse the repository at this point in the history
…age (keplergl#1623)

Signed-off-by: Xun Li <lixun910@gmail.com>
  • Loading branch information
lixun910 authored and bjungs committed Nov 14, 2022
1 parent 4a0d265 commit d0d312d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: 12.x
registry-url: https://registry.npmjs.org/

- name: Set up Python 3.8
uses: actions/setup-python@v2
Expand Down

0 comments on commit d0d312d

Please sign in to comment.