diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ed00283..779e4c9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -41,7 +41,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install dependencies run: | - git clone https://github.com/pylover/python-makelib.git make + sudo git clone https://github.com/pylover/python-makelib.git /usr/local/lib/python-makelib make install-common editable-install sudo cp `which bddcli-bootstrapper` /usr/local/bin - name: Lint diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index cf95e43..780c634 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -17,7 +17,7 @@ jobs: uses: actions/setup-python@v5 - name: Install dependencies run: | - git clone https://github.com/pylover/python-makelib.git make + sudo git clone https://github.com/pylover/python-makelib.git /usr/local/lib/python-makelib make install-common editable-install - name: Create distributions run: make dist diff --git a/yhttp/ext/dbmanager/__init__.py b/yhttp/ext/dbmanager/__init__.py index fbf0f84..8e2510f 100644 --- a/yhttp/ext/dbmanager/__init__.py +++ b/yhttp/ext/dbmanager/__init__.py @@ -5,4 +5,4 @@ from .uri import DatabaseURI -__version__ = '5.0.0' +__version__ = '5.0.1'