Skip to content

Commit

Permalink
Forked as v0.39.0_release to be released with tag v0.39.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
multiphaseCFD committed Nov 4, 2024
1 parent cf828ac commit dcea959
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 17 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 @@ -184,7 +184,7 @@ jobs:

- uses: actions/upload-artifact@v4
if: |
github.event_name == 'pull_request' ||
github.event_name == 'release' ||
github.event_name == 'workflow_dispatch' ||
github.ref == 'refs/heads/master'
with:
Expand All @@ -202,7 +202,7 @@ jobs:
cibw_build: ${{ fromJson(needs.set_wheel_build_matrix.outputs.python_version) }}
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_linux_aarch64_cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:

- uses: actions/upload-artifact@v4
if: |
github.event_name == 'pull_request' ||
github.event_name == 'release' ||
github.event_name == 'workflow_dispatch' ||
github.ref == 'refs/heads/master'
with:
Expand All @@ -128,7 +128,7 @@ jobs:
permissions:
id-token: write
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_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@v4
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 @@ -217,7 +217,7 @@ jobs:
cibw_build: ${{ fromJson(needs.set_wheel_build_matrix.outputs.python_version) }}
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_linux_x86_64_cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:

- uses: actions/upload-artifact@v4
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 @@ -141,7 +141,7 @@ jobs:
permissions:
id-token: write
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_arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
- uses: actions/upload-artifact@v4
if: |
github.event_name == 'pull_request' ||
github.event_name == 'release' ||
github.event_name == 'workflow_dispatch' ||
github.ref == 'refs/heads/master'
with:
Expand All @@ -144,7 +144,7 @@ jobs:
cibw_build: ${{ fromJson(needs.mac-set-matrix-arm.outputs.python_version) }}
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 @@ -184,7 +184,7 @@ jobs:

- uses: actions/upload-artifact@v4
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 @@ -203,7 +203,7 @@ jobs:
cibw_build: ${{ fromJson(needs.set_wheel_build_matrix.outputs.python_version) }}
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_noarch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
- uses: actions/upload-artifact@v4
if: |
matrix.pl_backend == 'lightning_qubit' &&
(github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch' || github.ref == 'refs/heads/master')
(github.event_name == 'release' || github.event_name == 'workflow_dispatch' || github.ref == 'refs/heads/master')
with:
name: pure-python-wheels-${{ matrix.pl_backend }}.zip
path: dist/*.whl
Expand All @@ -102,7 +102,7 @@ jobs:

steps:
- uses: actions/download-artifact@v4
if: ${{ matrix.pl_backend == 'lightning_qubit' && github.event_name == 'pull_request' }}
if: ${{ matrix.pl_backend == 'lightning_qubit' && github.event_name == 'release' }}
with:
name: pure-python-wheels-${{ matrix.pl_backend }}.zip
path: dist
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/wheel_win_x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ jobs:

- uses: actions/upload-artifact@v4
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 @@ -225,7 +225,7 @@ jobs:
cibw_build: ${{ fromJson(needs.set_wheel_build_matrix.outputs.python_version) }}
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 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.39.0-rc7"
__version__ = "0.39.0"

0 comments on commit dcea959

Please sign in to comment.