Skip to content

Commit

Permalink
Merge branch 'main' into 117_hccl
Browse files Browse the repository at this point in the history
  • Loading branch information
jerome-habana authored Oct 3, 2024
2 parents 2b8eb28 + be2b6cd commit a082c9d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: make html --jobs 2

- name: Deploy 🚀
uses: JamesIves/[email protected].3
uses: JamesIves/[email protected].8
if: ${{ github.event_name == 'push' }}
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ jobs:
# We do this, since failures on test.pypi aren't that bad
#- name: Publish to Test PyPI
# if: startsWith(github.event.ref, 'refs/tags') || github.event_name == 'release'
# uses: pypa/[email protected].0
# uses: pypa/[email protected].2
# with:
# user: __token__
# password: ${{ secrets.test_pypi_password }}
# repository_url: https://test.pypi.org/legacy/

- name: Publish distribution 📦 to PyPI
if: startsWith(github.ref, 'refs/tags/') && github.event_name != 'pull_request'
uses: pypa/[email protected].0
uses: pypa/[email protected].2
with:
user: __token__
password: ${{ secrets.pypi_password }}
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:

- name: Create Pull Request
if: startsWith(github.ref, 'refs/tags/')
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
title: "docs: Bump HPU ref `${{ env.TAG }}`"
committer: GitHub <[email protected]>
Expand Down

0 comments on commit a082c9d

Please sign in to comment.