Skip to content

Commit

Permalink
Add Python 3.9 wheels (#1042)
Browse files Browse the repository at this point in the history
**Context:**
PennyLane CI uses python 3.9.

**Description of the Change:**
We make the python 3.9 wheels available.
  • Loading branch information
rmoyard authored Aug 21, 2024
1 parent 88796e4 commit 7181ec7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-nightly-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@ jobs:
rename "s/macosx_12_0_universal2/macosx_12_0_x86_64/" dist/PennyLane_Catalyst-*
rename "s/macosx_14_0_universal2/macosx_13_0_arm64/" dist/PennyLane_Catalyst-*
rename "s/macosx_14/macosx_13/" dist/PennyLane_Catalyst-*
# Discard the 3.9 wheels to save space on nightly builds.
rm dist/PennyLane_Catalyst-*-cp39-cp39-*
- name: Upload wheels
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit 7181ec7

Please sign in to comment.