Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
lsbardel committed Nov 22, 2024
1 parent 96da97e commit 098901f
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 @@ -55,9 +55,9 @@ jobs:
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./build/coverage.xml
- name: publish-docs
if: ${{ github.ref == 'refs/heads/main' && matrix.python-version == '3.12' }}
run: make docs-publish
- name: publish
if: ${{ github.ref == 'refs/heads/main' && matrix.python-version == '3.12' && github.event.head_commit.message == 'release' }}
run: make publish
- name: publish-docs
if: ${{ github.ref == 'refs/heads/main' && matrix.python-version == '3.12' }}
run: make docs-publish

0 comments on commit 098901f

Please sign in to comment.