Skip to content

Commit 47165ff

Browse files
authored
remove test requirement from publish command (PyO3#44)
2 parents 1e6bae9 + 72b2cad commit 47165ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ test-feature-powerset: lint
1818
cargo install cargo-hack
1919
cargo hack test --feature-powerset
2020

21-
publish: test-feature-powerset
21+
publish:
2222
cargo publish --package=pyo3-async-runtimes-macros
2323
cargo publish

0 commit comments

Comments
 (0)