Skip to content

Commit

Permalink
Only upload to TestPyPI on release (#451)
Browse files Browse the repository at this point in the history
* Only upload to Test PyPI on release

* Auto update version

* trigger ci

---------

Co-authored-by: Dev version update bot <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
timmysilv and github-actions[bot] authored May 23, 2023
1 parent 008664b commit 58c9e1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/wheel_noarch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
upload-pypi:
needs: build-pure-python-wheel
runs-on: ubuntu-latest
if: ${{ github.event_name == 'release' || github.ref == 'refs/heads/master'}}
if: ${{ github.event_name == 'release' }}
steps:
- uses: actions/download-artifact@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion pennylane_lightning/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
"""


__version__ = "0.31.0-dev4"
__version__ = "0.31.0-dev5"

0 comments on commit 58c9e1c

Please sign in to comment.