Skip to content

Commit

Permalink
migrate to build in release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Yi-FanLi committed Dec 6, 2023
1 parent fff1a33 commit 3a6b589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
with:
python-version: 3.7
architecture: x64
- run: python setup.py sdist
- run: pipx run build
- name: Publish a Python distribution to PyPI
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit 3a6b589

Please sign in to comment.