Skip to content

Commit

Permalink
ci: cosmetic changes, readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarrison committed Nov 16, 2023
1 parent 53d95c2 commit fb137bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
build:
if: ${{ github.event_name == 'release' && github.event.action == 'published' }}
name: build
name: Build Wheels
runs-on: ubuntu-latest

steps:
Expand All @@ -34,6 +34,7 @@ jobs:
./dist/*.tar.gz
tests:
name: Tests
# always run, but wait for build if publishing
if: ${{ !cancelled() }}
needs: [build]
Expand Down Expand Up @@ -92,6 +93,7 @@ jobs:
./tests/test_pipe_asdf.sh
upload:
name: PyPI Upload
if: ${{ github.event_name == 'release' && github.event.action == 'published' }}
needs: [build, tests]
environment: pypi
Expand Down
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ Enhancements
- Upgrade docs and CI [#71]
- Power spectrum optimization and parallelization [#102]
- Compute Xi(rp,pi) from P(k) [#115]
- Update CI test and build infrastructure [#118]

Installation
~~~~~~~~~~~~
Expand Down

0 comments on commit fb137bc

Please sign in to comment.