Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
Update so that the PyPI installations only occur on a new tagged release.

Signed-off-by: David Hart <[email protected]>
  • Loading branch information
dbhart authored Sep 16, 2024
1 parent 28614d0 commit ca2f5a1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: Publish Python 🐍 distribution 📦 to TestPyPI
name: Build and publish Python 🐍 distribution 📦 to PyPI

on:
push:
branches:
- 'main'
tags:
- '*'

Expand Down

0 comments on commit ca2f5a1

Please sign in to comment.