Skip to content

Commit

Permalink
Merge pull request #1417 from mabel-dev/v0.13.0
Browse files Browse the repository at this point in the history
V0.13.0
  • Loading branch information
joocer authored Feb 3, 2024
2 parents fbfb7a7 + b9665ea commit 6eef15e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 9 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/release_arm.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
name: Release to PyPI (ARM)

on:
release:
types: [published]
branches:
- 'main'
#on:
# release:
# types: [published]
# branches:
# - 'main'

on: [push, pull_request]

jobs:

Expand All @@ -30,6 +32,7 @@ jobs:
uses: docker/setup-qemu-action@v2
with:
platforms: arm64

- uses: actions/checkout@v3
with:
fetch-depth: 0
Expand Down
4 changes: 2 additions & 2 deletions opteryx/__version__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__build__ = 263
__build__ = 268

# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -28,7 +28,7 @@ class VersionStatus(Enum):

_major = 0
_minor = 13
_revision = 0
_revision = 1
_status = VersionStatus.RELEASE

__author__ = "@joocer"
Expand Down
6 changes: 4 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
cython
numpy
orjson
orso>=0.0.96
orso>=0.0.120
pyarrow>=12.0.1
requests
typer
cython

0 comments on commit 6eef15e

Please sign in to comment.