This repository was archived by the owner on Jan 26, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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 : /.*/
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ def build_extensions(self):
7373
7474setup (
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' ],
You can’t perform that action at this time.
0 commit comments