File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -220,12 +220,6 @@ jobs:
220220 path : dist
221221 pattern : alp-graphblas-wheels-*
222222 merge-multiple : true
223- - name : Publish to TestPyPI
224- uses : pypa/gh-action-pypi-publish@release/v1
225- with :
226- repository-url : https://test.pypi.org/legacy/
227- packages-dir : dist/
228- verbose : true
229223
230224 - name : Create GitHub Release and upload wheels
231225 uses : softprops/action-gh-release@v1
@@ -234,6 +228,13 @@ jobs:
234228 name : ${{ github.ref_name }}
235229 files : dist/*.whl
236230
231+ - name : Publish to TestPyPI
232+ uses : pypa/gh-action-pypi-publish@release/v1
233+ with :
234+ repository-url : https://test.pypi.org/legacy/
235+ packages-dir : dist/
236+ verbose : true
237+
237238 - name : Skip in-publish verification
238239 shell : bash
239240 run : |
Original file line number Diff line number Diff line change @@ -231,9 +231,7 @@ set(PYTHON_VERSION ${PYTHON_VERSION_STRING})
231231set (pybind11_VERSION ${pybind11_VERSION} )
232232
233233# This is a simplified list. A more robust solution would inspect the build targets.
234- set (pyalp_ALGORITHMS "conjugate_gradient" )
235- set (pyalp_ALGORITHMS "SARE_Ising" )
236- set (pyalp_ALGORITHMS "SARE_QUBO" )
234+ set (pyalp_ALGORITHMS "conjugate_gradient simulated_annealing_replica_exchange" )
237235set (pyalp_BACKENDS "reference, reference_omp" )
238236
239237# Configure the metadata file from the template
You can’t perform that action at this time.
0 commit comments