Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
huffman committed Oct 12, 2022
2 parents 4e56c69 + 305ec19 commit 7a94d64
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Build .whl
- name: Build .tar.gz (sdist)
run: |
cd python
python -m pip install --upgrade build
python -m build
cp dist/*.whl docs/source/_static
python -m build --sdist
cp dist/*.tar.gz docs/source/_static
- name: Build docs
run: |
Expand Down

0 comments on commit 7a94d64

Please sign in to comment.