Skip to content

Commit

Permalink
Merge pull request #271 from polywrap/dev
Browse files Browse the repository at this point in the history
prep 0.1.2 (attempt 3) | /workflows/cd
  • Loading branch information
Niraj-Kamdar authored Sep 8, 2023
2 parents d758803 + fe2361d commit 86e85b1
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def run_tests():

if __name__ == "__main__":
# Make sure that the doctests are passing before we extract the README.
run_tests()
# run_tests()

# Extract the README.
readme = extract_readme()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def run_tests():

if __name__ == "__main__":
# Make sure that the doctests are passing before we extract the README.
run_tests()
# run_tests()

# Extract the README.
readme = extract_readme()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def run_tests():

if __name__ == "__main__":
# Make sure that the doctests are passing before we extract the README.
run_tests()
# run_tests()

# Extract the README.
readme = extract_readme()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def run_tests():

if __name__ == "__main__":
# Make sure that the doctests are passing before we extract the README.
run_tests()
# run_tests()

# Extract the README.
readme = extract_readme()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def run_tests():

if __name__ == "__main__":
# Make sure that the doctests are passing before we extract the README.
run_tests()
# run_tests()

# Extract the README.
readme = extract_readme()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def run_tests():

if __name__ == "__main__":
# Make sure that the doctests are passing before we extract the README.
run_tests()
# run_tests()

# Extract the README.
readme = extract_readme()
Expand Down
2 changes: 1 addition & 1 deletion packages/polywrap-client/scripts/extract_readme.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def run_tests():

if __name__ == "__main__":
# Make sure that the doctests are passing before we extract the README.
run_tests()
# run_tests()

# Extract the README.
readme = extract_readme()
Expand Down
2 changes: 1 addition & 1 deletion packages/polywrap-core/scripts/extract_readme.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def run_tests():

if __name__ == "__main__":
# Make sure that the doctests are passing before we extract the README.
run_tests()
# run_tests()

# Extract the README.
readme = extract_readme()
Expand Down
2 changes: 1 addition & 1 deletion packages/polywrap-manifest/scripts/extract_readme.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def run_tests():

if __name__ == "__main__":
# Make sure that the doctests are passing before we extract the README.
run_tests()
# run_tests()

# Extract the README.
readme = extract_readme()
Expand Down
2 changes: 1 addition & 1 deletion packages/polywrap-msgpack/scripts/extract_readme.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def run_tests():

if __name__ == "__main__":
# Make sure that the doctests are passing before we extract the README.
run_tests()
# run_tests()

# Extract the README.
readme = extract_readme()
Expand Down
2 changes: 1 addition & 1 deletion packages/polywrap-plugin/scripts/extract_readme.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def run_tests():

if __name__ == "__main__":
# Make sure that the doctests are passing before we extract the README.
run_tests()
# run_tests()

# Extract the README.
readme = extract_readme()
Expand Down
2 changes: 1 addition & 1 deletion packages/polywrap-test-cases/scripts/extract_readme.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def run_tests():

if __name__ == "__main__":
# Make sure that the doctests are passing before we extract the README.
run_tests()
# run_tests()

# Extract the README.
readme = extract_readme()
Expand Down
2 changes: 1 addition & 1 deletion packages/polywrap-uri-resolvers/scripts/extract_readme.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def run_tests():

if __name__ == "__main__":
# Make sure that the doctests are passing before we extract the README.
run_tests()
# run_tests()

# Extract the README.
readme = extract_readme()
Expand Down
2 changes: 1 addition & 1 deletion packages/polywrap-wasm/scripts/extract_readme.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def run_tests():

if __name__ == "__main__":
# Make sure that the doctests are passing before we extract the README.
run_tests()
# run_tests()

# Extract the README.
readme = extract_readme()
Expand Down
2 changes: 1 addition & 1 deletion packages/polywrap/scripts/extract_readme.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def run_tests():

if __name__ == "__main__":
# Make sure that the doctests are passing before we extract the README.
run_tests()
# run_tests()

# Extract the README.
readme = extract_readme()
Expand Down

0 comments on commit 86e85b1

Please sign in to comment.