Skip to content

Commit e2c8ab4

Browse files
committed
Revert "Build and test against 2.27.0-rc3"
This reverts commit 9048f71.
1 parent f5a9074 commit e2c8ab4

File tree

2 files changed

+31
-31
lines changed

2 files changed

+31
-31
lines changed

.github/workflows/build-wheels.yml

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ on:
1313
type: boolean
1414
default: false
1515
push:
16-
# tags:
17-
# - "*"
16+
tags:
17+
- "*"
1818

1919
env:
2020
SETUPTOOLS_SCM_PRETEND_VERSION_FOR_TILEDB: ${{ inputs.version }}
@@ -136,30 +136,30 @@ jobs:
136136
pip uninstall -y pandas
137137
pytest -vv --showlocals $PROJECT_CWD
138138
139-
# upload_pypi:
140-
# needs: [build_wheels, test_sdist]
141-
# runs-on: ubuntu-latest
142-
# environment: pypi
143-
# permissions:
144-
# id-token: write
145-
# outputs:
146-
# package_version: ${{ steps.get_package_version.outputs.package_version }}
147-
# steps:
148-
# - uses: actions/download-artifact@v4
149-
# with:
150-
# path: dist
151-
# merge-multiple: true
152-
#
153-
# - id: get_package_version
154-
# run: |
155-
# echo "package_version=$(ls dist/ | head -n 1 | cut -d - -f 2)" >> "$GITHUB_OUTPUT"
156-
#
157-
# - name: Upload to test-pypi
158-
# if: inputs.test_pypi
159-
# uses: pypa/gh-action-pypi-publish@release/v1
160-
# with:
161-
# repository-url: https://test.pypi.org/legacy/
162-
#
163-
# - name: Upload to pypi
164-
# if: startsWith(github.ref, 'refs/tags/')
165-
# uses: pypa/gh-action-pypi-publish@release/v1
139+
upload_pypi:
140+
needs: [build_wheels, test_sdist]
141+
runs-on: ubuntu-latest
142+
environment: pypi
143+
permissions:
144+
id-token: write
145+
outputs:
146+
package_version: ${{ steps.get_package_version.outputs.package_version }}
147+
steps:
148+
- uses: actions/download-artifact@v4
149+
with:
150+
path: dist
151+
merge-multiple: true
152+
153+
- id: get_package_version
154+
run: |
155+
echo "package_version=$(ls dist/ | head -n 1 | cut -d - -f 2)" >> "$GITHUB_OUTPUT"
156+
157+
- name: Upload to test-pypi
158+
if: inputs.test_pypi
159+
uses: pypa/gh-action-pypi-publish@release/v1
160+
with:
161+
repository-url: https://test.pypi.org/legacy/
162+
163+
- name: Upload to pypi
164+
if: startsWith(github.ref, 'refs/tags/')
165+
uses: pypa/gh-action-pypi-publish@release/v1

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ if (NOT TileDB_FOUND)
4646
message(STATUS "Downloading TileDB default version ...")
4747
# Download latest release
4848
fetch_prebuilt_tiledb(
49-
VERSION 2.27.0-rc3
50-
RELLIST_HASH SHA256=cfe40c6ec0fd60c3df18833019a1239543b630553bf01a3016997176f86bd9a5
49+
VERSION 2.26.2
50+
RELLIST_HASH SHA256=86c19d7c5246cb18e370a4272cead63ea84bd651789842e618de4d57d4510522
5151
)
5252
endif()
5353
find_package(TileDB REQUIRED)

0 commit comments

Comments
 (0)