Skip to content

Commit

Permalink
Update pypi.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LimHyungTae authored Jan 29, 2025
1 parent 2ffcc34 commit 04c26fe
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Check system information
run: |
uname -a
lscpu
gcc -v
clang -v
- name: Build sdist
run: pipx run build --sdist ${{github.workspace}}/python/
- name: Move sdist to dist
Expand Down

0 comments on commit 04c26fe

Please sign in to comment.