Skip to content

Commit

Permalink
ci: remove refactoring leftover in deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
theodelrieu committed Jun 30, 2021
1 parent 67855c9 commit 56fe038
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion run-ci.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,6 @@ def publish(self) -> None:
with tempfile.TemporaryDirectory() as tmpdir:
self.dest_path = Path(tmpdir)
self.copy_top_files()
self.copy_static_libs()
self.copy_sources()
self.copy_xcframework()
self.copy_test_sources()
Expand Down

0 comments on commit 56fe038

Please sign in to comment.