Skip to content

Commit

Permalink
Forked as v0.38.0_release to be released with tag v0.38.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentmr committed Sep 3, 2024
1 parent bf5596a commit 2601c41
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheel_linux_aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ jobs:

- uses: actions/upload-artifact@v3
if: |
github.event_name == 'pull_request' ||
github.event_name == 'release' ||
github.event_name == 'workflow_dispatch' ||
github.ref == 'refs/heads/master'
with:
Expand All @@ -194,7 +194,7 @@ jobs:
pl_backend: ["lightning_qubit", "lightning_kokkos"]
runs-on: ubuntu-latest
if: |
github.event_name == 'pull_request' ||
github.event_name == 'release' ||
github.ref == 'refs/heads/master'
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wheel_linux_aarch64_cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:

- uses: actions/upload-artifact@v3
if: |
github.event_name == 'pull_request' ||
github.event_name == 'release' ||
github.event_name == 'workflow_dispatch' ||
github.ref == 'refs/heads/master'
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wheel_linux_ppc64le.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ jobs:

- uses: actions/upload-artifact@v3
if: |
github.event_name == 'pull_request' ||
github.event_name == 'release' ||
github.event_name == 'workflow_dispatch' ||
github.ref == 'refs/heads/master' ||
steps.rc_build.outputs.match != ''
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/wheel_linux_x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ jobs:

- uses: actions/upload-artifact@v3
if: |
github.event_name == 'pull_request' ||
github.event_name == 'release' ||
github.event_name == 'workflow_dispatch' ||
github.ref == 'refs/heads/master' ||
steps.rc_build.outputs.match != ''
Expand All @@ -214,7 +214,7 @@ jobs:
pl_backend: ["lightning_qubit", "lightning_kokkos"]
runs-on: ubuntu-latest
if: |
github.event_name == 'pull_request' ||
github.event_name == 'release' ||
github.ref == 'refs/heads/master'
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wheel_linux_x86_64_cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:

- uses: actions/upload-artifact@v3
if: |
github.event_name == 'pull_request' ||
github.event_name == 'release' ||
github.event_name == 'workflow_dispatch' ||
github.ref == 'refs/heads/master' ||
steps.rc_build.outputs.match != ''
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/wheel_macos_arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
- uses: actions/upload-artifact@v3
if: |
github.event_name == 'pull_request' ||
github.event_name == 'release' ||
github.event_name == 'workflow_dispatch' ||
github.ref == 'refs/heads/master'
with:
Expand All @@ -141,7 +141,7 @@ jobs:
pl_backend: ["lightning_qubit", "lightning_kokkos"]
runs-on: ubuntu-latest
if: |
github.event_name == 'pull_request' ||
github.event_name == 'release' ||
github.ref == 'refs/heads/master'
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/wheel_macos_x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ jobs:

- uses: actions/upload-artifact@v3
if: |
github.event_name == 'pull_request' ||
github.event_name == 'release' ||
github.event_name == 'workflow_dispatch' ||
github.ref == 'refs/heads/master' ||
steps.rc_build.outputs.match != ''
Expand All @@ -198,7 +198,7 @@ jobs:
pl_backend: ["lightning_qubit", "lightning_kokkos"]
runs-on: ubuntu-latest
if: |
github.event_name == 'pull_request' ||
github.event_name == 'release' ||
github.ref == 'refs/heads/master'
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wheel_win_x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ jobs:

- uses: actions/upload-artifact@v3
if: |
github.event_name == 'pull_request' ||
github.event_name == 'release' ||
github.event_name == 'workflow_dispatch' ||
github.ref == 'refs/heads/master' ||
steps.rc_build.outputs.match != ''
Expand Down
2 changes: 1 addition & 1 deletion pennylane_lightning/core/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
Version number (major.minor.patch[-label])
"""

__version__ = "0.38.0-rc13"
__version__ = "0.38.0"

0 comments on commit 2601c41

Please sign in to comment.