Skip to content

Commit

Permalink
add media
Browse files Browse the repository at this point in the history
  • Loading branch information
lukicdarkoo committed Sep 24, 2024
1 parent 13e1434 commit 35a22c6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
pypi-publish:
name: Upload release to PyPI
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
environment:
name: pypi
url: https://pypi.org/p/teleop
Expand All @@ -23,7 +26,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: ${{ matrix.python-version }}

- name: Install build tools
run: |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Teleop
![Teleop](./media/teleop.png)

Turns your phone into a robot arm teleoperation device in 3 simple steps:
1. Install and start the server on your computer.
Expand Down
Binary file added media/teleop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 35a22c6

Please sign in to comment.