Skip to content

Commit

Permalink
Build wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
geographika committed May 30, 2024
1 parent 8c08865 commit 2a76e64
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,13 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}

- name: Build wheel and source distributions
run: |
pip install wheel
pip install build
python -m build --wheel
python -m build --sdist
- name: Publish package
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') && matrix.python-version == '3.10'
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit 2a76e64

Please sign in to comment.