Skip to content

Commit

Permalink
tgcrypto: Build source distribution
Browse files Browse the repository at this point in the history
Signed-off-by: wulan17 <[email protected]>
  • Loading branch information
wulan17 committed Aug 8, 2024
1 parent 5dbbfce commit d84abe4
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,20 @@ jobs:
uses: actions/upload-artifact@v2
with:
path: ./wheelhouse/*.whl

build_source:
name: Build source distribution
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

- uses: actions/setup-python@v5

- name: Build source distribution
run: python setup.py sdist

- name: Store source distribution
uses: actions/upload-artifact@v2
with:
path: ./dist/*.tar.gz

0 comments on commit d84abe4

Please sign in to comment.