Skip to content

Commit

Permalink
tag and workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
abdelaziz-mahdy committed Oct 20, 2023
1 parent b70a091 commit 60ce3c3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Publish to pub.dev

on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+*'

jobs:
publish:
uses: dart-lang/setup-dart/.github/workflows/publish.yml@v1
# with:
# working-directory: path/to/package/within/repository
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: pytorch_lite
description: Flutter package to help run pytorch lite models classification and yolov5 and yolov8
version: 4.2.1
version: 4.2.1
homepage: https://github.com/zezo357/pytorch_lite

environment:
Expand Down

0 comments on commit 60ce3c3

Please sign in to comment.