File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2626 run : |
2727 bash helper.sh build-ci
2828 - name : Publish to PyPI
29- uses : pypa/gh-action-pypi-publish@master
29+ uses : pypa/gh-action-pypi-publish@release/v1
3030 with :
3131 user : __token__
3232 password : ${{ secrets.PYPI_API_TOKEN }}
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ function generate {
2222function generate-ci {
2323 docker run --rm -v " ${PWD} " :/local " $docker_image " generate -i " $openapi_yaml_url " -l python -o /local/" $lib " -c /local/config.json --git-user-id elabftw --git-repo-id elabapi-python
2424 # fix permissions
25- chown -R " $( id -u) " :" $( id -gn) " " $lib "
25+ sudo chown -R " $( id -u) " :" $( id -gn) " " $lib "
2626}
2727
2828# generate the lib from a local file in current directory
You can’t perform that action at this time.
0 commit comments