Skip to content
This repository was archived by the owner on Jan 26, 2023. It is now read-only.

Commit bb64e9d

Browse files
author
Heidi Tong
authored
Merge pull request #159 from hhtong/ci
Release 0.3.3.post0
2 parents af3b25a + 636b38d commit bb64e9d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -243,13 +243,13 @@ workflows:
243243
- build-manylinux-64:
244244
filters:
245245
tags:
246-
only: /^[0-9]+(\.[0-9]+)*(\.dev([0-9]+)?)?$/
246+
only: /^[0-9]+(\.[0-9]+)*((\.dev|rc|\.post)([0-9]+)?)?$/
247247
branches:
248248
ignore: /.*/
249249
- build-manylinux-32:
250250
filters:
251251
tags:
252-
only: /^[0-9]+(\.[0-9]+)*(\.dev([0-9]+)?)?$/
252+
only: /^[0-9]+(\.[0-9]+)*((\.dev|rc|\.post)([0-9]+)?)?$/
253253
branches:
254254
ignore: /.*/
255255
- build-osx:
@@ -259,6 +259,6 @@ workflows:
259259
python-version: *python-versions
260260
filters:
261261
tags:
262-
only: /^[0-9]+(\.[0-9]+)*(\.dev([0-9]+)?)?$/
262+
only: /^[0-9]+(\.[0-9]+)*((\.dev|rc|\.post)([0-9]+)?)?$/
263263
branches:
264264
ignore: /.*/

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def build_extensions(self):
7373

7474
setup(
7575
name='dwave-qbsolv',
76-
version='0.3.3',
76+
version='0.3.3.post0',
7777
packages=packages,
7878
package_dir={'dwave_qbsolv': 'python/dwave_qbsolv'},
7979
install_requires=['dimod>=0.8.1,<0.11.0'],

0 commit comments

Comments
 (0)