Skip to content

Commit

Permalink
Activate test repo
Browse files Browse the repository at this point in the history
  • Loading branch information
chemix-lunacy committed Apr 15, 2024
1 parent 3ef992a commit 37053bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/deploy-wheels.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: deploy-wheels

on:
pull_request:
release:
types: [released]

Expand Down Expand Up @@ -63,4 +64,5 @@ jobs:
- name: Publish to PyPi
uses: pypa/gh-action-pypi-publish@release/v1
with:
packages-dir: dist/
repository-url: https://test.pypi.org/legacy/
packages-dir: dist/
2 changes: 1 addition & 1 deletion src/rasqal/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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" }
Expand Down

0 comments on commit 37053bf

Please sign in to comment.