Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
kiyoon committed Oct 10, 2024
1 parent 0c56eb6 commit 8daf46f
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions .github/workflows/build_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
version-tag:
description: Python package version to release to PyPI (without 'v')
required: true
default: 4.14.post4
default: 4.14.post5
dry-run:
description: Dry run
type: boolean
Expand Down Expand Up @@ -93,23 +93,6 @@ jobs:
path: build_python/dist/*.whl
name: wheel-macos-${{ matrix.platform.target }}

sdist:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
pip install uv --break-system-packages
uv tool install build
- name: Build sdist
run: |
bash build_python.sh sdist ${{ inputs.version-tag }}
- name: Upload sdist
uses: actions/upload-artifact@v4
with:
path: build_python/dist/*.tar.gz
name: wheel-sdist

release:
name: Release
if: ${{ github.event.inputs.dry-run == 'false' }}
Expand Down

0 comments on commit 8daf46f

Please sign in to comment.