Skip to content

Commit

Permalink
バージョンを上げる
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Jul 31, 2024
1 parent 37de162 commit cda1133
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 14 deletions.
16 changes: 5 additions & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ jobs:
fail-fast: false
matrix:
platform:
- name: ubuntu-24.04_x86_64
target: ubuntu-24.04_x86_64
runs_on: ubuntu-24.04
os: ubuntu
# - name: ubuntu-24.04_x86_64
# target: ubuntu-24.04_x86_64
# runs_on: ubuntu-24.04
# os: ubuntu
- name: ubuntu-22.04_x86_64
target: ubuntu-22.04_x86_64
runs_on: ubuntu-22.04
Expand Down Expand Up @@ -202,7 +202,7 @@ jobs:
fi
# matrix の中で1個だけソースディストリビューション用のデータを残しておく
- run: mv *.tar.gz dist/
if: ${{ matrix.platform.name == 'macos-13_arm64' && matrix.python_version == '3.10' }}
if: ${{ matrix.platform.name == 'macos-14_arm64' && matrix.python_version == '3.10' }}

# テスト用
# - name: Publish package to TestPyPI
Expand Down Expand Up @@ -235,12 +235,6 @@ jobs:
timeout-minutes: 60
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/download
with: { "platform": "ubuntu-24.04_x86_64", "python_version": "3.10" }
- uses: ./.github/actions/download
with: { "platform": "ubuntu-24.04_x86_64", "python_version": "3.11" }
- uses: ./.github/actions/download
with: { "platform": "ubuntu-24.04_x86_64", "python_version": "3.12" }
- uses: ./.github/actions/download
with: { "platform": "ubuntu-22.04_x86_64", "python_version": "3.10" }
- uses: ./.github/actions/download
Expand Down
4 changes: 2 additions & 2 deletions examples/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[project]
name = "sora-sdk-samples"
version = "2024.3.0.dev8"
version = "2024.3.0.dev9"
description = "Sora Python SDK Samples"
authors = [{ name = "Shiguredo Inc." }]
dependencies = [
"opencv-python~=4.10.0.84",
"opencv-python-headless~=4.10.0.84",
"sounddevice~=0.4.7",
"sora-sdk>=2024.3.0.dev8",
"sora-sdk>=2024.3.0.dev9",
"mediapipe~=0.10.14",
"python-dotenv>=1.0.1",
]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "sora_sdk"
authors = [{ name = "Shiguredo Inc.", email = "[email protected]" }]
version = "2024.3.0.dev8"
version = "2024.3.0.dev9"
description = "WebRTC SFU Sora Python SDK"
readme = "README.md"
license = { file = "LICENSE" }
Expand Down

0 comments on commit cda1133

Please sign in to comment.