Skip to content

Commit

Permalink
update setup tools
Browse files Browse the repository at this point in the history
  • Loading branch information
JerryChen97 committed Nov 1, 2024
1 parent 8b068ed commit 1e2f143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- name: Build and install Plugin
run: |
python -m pip install --upgrade pip wheel
python -m pip install --upgrade pip wheel setuptools
python setup.py bdist_wheel
pattern="dist/pennylane*.whl"
wheel=( $pattern )
Expand Down

0 comments on commit 1e2f143

Please sign in to comment.