We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10590a0 commit 8bc382aCopy full SHA for 8bc382a
.github/workflows/release_javascript.yml
@@ -17,6 +17,10 @@ jobs:
17
node-version: '20.x'
18
registry-url: 'https://registry.npmjs.org'
19
20
+ - name: fix .npmrc location
21
+ run: |
22
+ - cp .npmrc cratedb_sqlparse_js
23
+
24
- name: Set up Python
25
uses: actions/setup-python@v5
26
with:
.github/workflows/release_python.yml
@@ -42,4 +42,4 @@ jobs:
42
- name: Publish package distributions to PyPI
43
uses: pypa/gh-action-pypi-publish@release/v1
44
45
- packages-dir: 'cratedb_sqlparse_py'
+ packages-dir: 'cratedb_sqlparse_py/dist'
0 commit comments