Skip to content

Commit

Permalink
ci: simpler build (#461)
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii authored Jul 8, 2021
1 parent 0d4764e commit 98e8c24
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,8 @@ jobs:
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.9
uses: actions/setup-python@v2
with:
python-version: 3.9
- name: Install build
run: python -m pip install --user build
- name: Build sdist and wheel
run: python -m build
run: pipx run build
- name: Publish distribution PyPI
uses: pypa/gh-action-pypi-publish@master
with:
Expand Down

0 comments on commit 98e8c24

Please sign in to comment.