Skip to content

Commit

Permalink
add sdist
Browse files Browse the repository at this point in the history
  • Loading branch information
haohanyang committed Nov 6, 2024
1 parent 15bde0b commit b324f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Install setuptools
run: pip install setuptools
- name: Build the package distributions
run: python setup.py bdist_wheel
run: python setup.py sdist bdist_wheel
- name: Publish package
uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand Down

0 comments on commit b324f3b

Please sign in to comment.