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" }