File tree Expand file tree Collapse file tree 3 files changed +23
-4
lines changed
Expand file tree Collapse file tree 3 files changed +23
-4
lines changed Original file line number Diff line number Diff line change 11name : Publish to pub.dev
22
33on :
4- workflow_dispatch :
4+ push :
5+ tags :
6+ - ' v[0-9]+.[0-9]+.[0-9]+*'
57
68jobs :
79 publish :
10+ runs-on : ubuntu-latest
11+ environment : ' pub.dev'
812 permissions :
913 id-token : write
10- uses : dart-lang/setup-dart/.github/workflows/publish.yml@v1
14+ steps :
15+ - uses : actions/checkout@v4
16+ - uses : dart-lang/setup-dart@v1
17+
18+ - name : Install dependencies
19+ run : dart pub get
20+
21+ - name : Run tests
22+ run : dart test
23+
24+ - name : Publish to pub.dev
25+ run : dart pub publish --force
Original file line number Diff line number Diff line change 1+ ## 0.0.2
2+
3+ - Added automated publishing workflow for pub.dev using GitHub Actions.
4+
15## 0.0.1
26
37- Added ` cdf ` and ` pdf ` functions.
Original file line number Diff line number Diff line change 11name : normal_distribution
22description : A minimal Dart module for working with normal distributions.
3- version : 0.0.1
3+ version : 0.0.2
44homepage : https://github.com/kaseken/normal_distribution
55
66environment :
7- sdk : ' >=2.16.2 <3 .0.0'
7+ sdk : ' >=2.16.2 <4 .0.0'
88
99dev_dependencies :
1010 lints : ^1.0.0
You can’t perform that action at this time.
0 commit comments