Skip to content

Commit

Permalink
fix: Fix permissions error in pipeline when generating Python runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
dstufft committed Mar 12, 2019
1 parent cc3ec87 commit af1346f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jsii-python-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Python client for jsii runtime",
"main": "index.js",
"scripts": {
"generate": "bin/generate",
"generate": "python3 bin/generate",
"deps": "python -m venv .env && .env/bin/pip install pip==19.0.1 setuptools==40.7.0 wheel==0.32.3 && .env/bin/pip install -r requirements.txt",
"build": "npm run generate && npm run deps && .env/bin/python setup.py sdist -d . bdist_wheel -d . && rm -rf build",
"package": "package-python",
Expand Down

0 comments on commit af1346f

Please sign in to comment.