From 37053bf12f44592424246bbb8a5edba81ea57c23 Mon Sep 17 00:00:00 2001 From: John Dumbell Date: Mon, 15 Apr 2024 10:47:32 +0100 Subject: [PATCH] Activate test repo --- .github/workflows/deploy-wheels.yml | 4 +++- src/rasqal/pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-wheels.yml b/.github/workflows/deploy-wheels.yml index 715744b..8493674 100644 --- a/.github/workflows/deploy-wheels.yml +++ b/.github/workflows/deploy-wheels.yml @@ -1,6 +1,7 @@ name: deploy-wheels on: + pull_request: release: types: [released] @@ -63,4 +64,5 @@ jobs: - name: Publish to PyPi uses: pypa/gh-action-pypi-publish@release/v1 with: - packages-dir: dist/ \ No newline at end of file + repository-url: https://test.pypi.org/legacy/ + packages-dir: dist/ diff --git a/src/rasqal/pyproject.toml b/src/rasqal/pyproject.toml index bc63cf1..f052de2 100644 --- a/src/rasqal/pyproject.toml +++ b/src/rasqal/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "rasqal" -version = "0.1.4" +version = "0.1.6" requires-python = ">=3.9" description = "A dynamically executed quantum-classical hybrid optimizing runtime." license = { file = "LICENSE" }