Skip to content

Commit db24e7e

Browse files
committed
Merge branch 'migration-from-jupyter-widget-7.x-to-8.x-and-from-jupyter-packaging-to-hatch-jupyter-builder' of github.com:heremaps/here-map-widget-for-jupyter into migration-from-jupyter-widget-7.x-to-8.x-and-from-jupyter-packaging-to-hatch-jupyter-builder
2 parents e5e23a9 + dd93582 commit db24e7e

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ jobs:
6161
- name: Build the package (Only on Linux for saving time)
6262
if: matrix.os == 'ubuntu-latest'
6363
run: |
64-
python setup.py sdist bdist_wheel
64+
pip install hatch
65+
hatch build
6566
6667
- name: Build docs (Only on Linux for saving time)
6768
if: matrix.os == 'ubuntu-latest'

js/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Package Install
99
- [node](http://nodejs.org/)
1010

1111
```bash
12-
yarn config set @here:registry https://repo.platform.here.com/artifactory/api/npm/maps-api-for-javascript
12+
npm config set @here:registry https://repo.platform.here.com/artifactory/api/npm/maps-api-for-javascript
1313

1414
yarn add @here/map-widget-for-jupyter
1515
```

0 commit comments

Comments
 (0)