Skip to content

Commit

Permalink
ソースディストリビューションのアップロードもやってみる
Browse files Browse the repository at this point in the history
  • Loading branch information
melpon committed Jun 17, 2023
1 parent 59408db commit 0167702
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,10 @@ jobs:
with:
name: ${{ matrix.platform.name }}_python-${{ matrix.python_version }}
path: dist
- run: rm -rf dist/*.tar.gz
- run: mv dist/*.tar.gz ./
# matrix の中で1個だけソースディストリビューション用のデータを残しておく
- run: mv *.tar.gz dist/
if: ${{ matrix.platform.name == 'macos-13_arm64' && matrix.python_version == '3.8' }}
- name: Publish package to TestPyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dev-dependencies = [
[project]
name = "sora_sdk"
authors = [{ name = "Shiguredo Inc.", email = "contact+pypi@shiguredo.jp" }]
version = "2023.1.0.dev3"
version = "2023.1.0.dev4"
description = "WebRTC SFU Sora Python SDK"
readme = "README.md"
license = { file = "LICENSE" }
Expand Down

0 comments on commit 0167702

Please sign in to comment.