Skip to content

Commit

Permalink
fix: trigger the publish pipline on tag push
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyfix committed Feb 14, 2024
1 parent 91d8d68 commit 9068664
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: Publish Python 🐍 distribution 📦 to PyPI and TestPyPI
name: Publish Python 🐍 distribution 📦 to PyPI

on:
push:
branches:
- main
tags:
- '[0-9]+.[0-9]+.[0-9]+'

Expand Down
2 changes: 1 addition & 1 deletion src/torchcvnn/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.

__version__ = "0.3.11"
__version__ = "0.3.12"

"""
# Torchcvnn
Expand Down

0 comments on commit 9068664

Please sign in to comment.