ci: use local bootstrap for release

This commit is contained in:
Nicolas Giard 2022-03-07 21:08:11 -05:00 committed by GitHub
parent 0c50770efd
commit 1e4dd0f15e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -83,6 +83,13 @@ jobs:
run: |
echo "Installing NPM dependencies..."
npm install
npm install -g grunt-cli
cd bootstrap
npm install
echo "Generating bootstrap files..."
grunt dist
cp -r dist/. ../ietf/static/ietf/bootstrap/
cd ..
echo "Using version $PKG_VERSION_STRICT"
sed -i -r -e "s/^__version__ += '.*'$/__version__ = '$PKG_VERSION_STRICT'/" ietf/__init__.py
echo "Build release tarball... (this could take a while)"