diff --git a/.github/workflows/publish-docs.yml b/.github/workflows/publish-docs.yml index 8470c56..0fe8e55 100644 --- a/.github/workflows/publish-docs.yml +++ b/.github/workflows/publish-docs.yml @@ -27,7 +27,7 @@ jobs: run: uv run mkdocs build # Output goes to: build/docs/site/ - - name: Checkout MQP Database Access repository + - name: Checkout MQSS Interfaces repository run: | git clone https://x-access-token:${{ secrets.MQSS_INTERFACES_DOCS_TOKEN }}@github.com/Munich-Quantum-Software-Stack/MQSS-Interfaces.git git remote set-url origin https://x-access-token:${{ secrets.MQSS_INTERFACES_DOCS_TOKEN }}@github.com/Munich-Quantum-Software-Stack/MQSS-Interfaces.git diff --git a/pyproject.toml b/pyproject.toml index 975d55f..ce0fc58 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "bqp-database-access" -version = "0.1.32" +version = "0.3.32" description = "" authors = [ { name = "Martin Ruefenacht", email = "martin.ruefenacht@lrz.de" },