Skip to content

Commit

Permalink
add github action to build distributions
Browse files Browse the repository at this point in the history
  • Loading branch information
enku committed Feb 10, 2024
1 parent f34639a commit 54ce61b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build-distribution.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
jobs:
build_sdist_and_wheel:
name: Build distribution
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- id: build
uses: OpenAstronomy/build-python-dist@main
with:
pure_python_wheel: true

0 comments on commit 54ce61b

Please sign in to comment.