Skip to content

Commit

Permalink
Publish to PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
kevindlewis23 committed Jun 20, 2024
1 parent 0616684 commit 69e0926
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ik_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ jobs:
release:
name: Release
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/')
# if: startsWith(github.ref, 'refs/tags/')
needs: [linux, windows, macos, sdist]
steps:
- uses: actions/download-artifact@v4
Expand Down
1 change: 0 additions & 1 deletion ik_python/test/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
import ik_geo
from math import pi


# Import the csv files
import csv
import os
Expand Down

0 comments on commit 69e0926

Please sign in to comment.