Skip to content

Commit b54f138

Browse files
committed
ci(all): prepare to publish
1 parent d8ecf6d commit b54f138

File tree

5 files changed

+4
-24
lines changed

5 files changed

+4
-24
lines changed

.github/workflows/dart.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,3 @@ jobs:
3838
run: dart test
3939
- name: example
4040
run: .tools/example
41-
- name: coverage
42-
run: .tools/coverage
43-
- name: upload coverage to codecov
44-
uses: codecov/codecov-action@v1
45-
with:
46-
token: ${{ secrets.CODECOV_TOKEN }}
47-
files: coverage/lcov.info

sealed_annotations/pubspec.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ homepage: https://github.com/6thsolution/dart_sealed
55

66
version: 1.5.0
77

8-
# remove this when publishing
9-
publish_to: 'none'
10-
118
environment:
129
sdk: '>=2.12.0 <3.0.0'
1310

sealed_example/pubspec.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,10 @@ environment:
1212
sdk: '>=2.12.0 <3.0.0'
1313

1414
dependencies:
15-
sealed_annotations:
16-
path: ../sealed_annotations
15+
sealed_annotations: '>=1.5.0 <1.6.0'
1716

1817
dev_dependencies:
19-
sealed_generators:
20-
path: ../sealed_generators
18+
sealed_generators: '>=1.5.0 <1.6.0'
2119
pedantic: ^1.11.0
2220
test: ^1.17.10
2321
build_runner: ^2.0.6

sealed_generators/pubspec.yaml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,12 @@ homepage: https://github.com/6thsolution/dart_sealed
55

66
version: 1.5.0
77

8-
# remove this when publishing
9-
publish_to: 'none'
10-
118
environment:
129
sdk: '>=2.12.0 <3.0.0'
1310

1411
dependencies:
15-
sealed_annotations:
16-
path: ../sealed_annotations
17-
sealed_writer:
18-
path: ../sealed_writer
12+
sealed_annotations: '>=1.5.0 <1.6.0'
13+
sealed_writer: '>=1.5.0 <1.6.0'
1914
meta: ^1.7.0
2015
build: ^2.0.3
2116
source_gen: ^1.0.5

sealed_writer/pubspec.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ homepage: https://github.com/6thsolution/dart_sealed
55

66
version: 1.5.0
77

8-
# remove this when publishing
9-
publish_to: 'none'
10-
118
environment:
129
sdk: '>=2.12.0 <3.0.0'
1310

0 commit comments

Comments
 (0)