Skip to content

Commit

Permalink
Python source distribution publish changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Srinivas-E committed Oct 7, 2024
1 parent 70e43e7 commit 20ffc04
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
cp -r ../app/tng app
- name: Build wheels
uses: pypa/cibuildwheel@v2.17.0
uses: pypa/cibuildwheel@v2.21.2
with:
package-dir: python
env:
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
- uses: actions/setup-python@v5
name: Install Python
with:
python-version: '3.7'
python-version: '3.x'

- name: Describe Tag & Branch Name
id: build_names
Expand All @@ -81,7 +81,7 @@ jobs:
cp -r ../third_party .
mkdir app
cp -r ../app/tng app
python setup.py sdist
python -m build
env:
TAG_NAME: ${{ steps.build_names.outputs.TAG_NAME }}

Expand Down

0 comments on commit 20ffc04

Please sign in to comment.