Skip to content

chore: Update python wheel build script#63

Merged
sharkinsspatial merged 7 commits intomainfrom
kyle/update-wheel-build
Mar 14, 2026
Merged

chore: Update python wheel build script#63
sharkinsspatial merged 7 commits intomainfrom
kyle/update-wheel-build

Conversation

@kylebarron
Copy link
Copy Markdown
Collaborator

No description provided.

@github-actions github-actions bot added the chore label Mar 12, 2026
shell: bash
run: |
pip install geodatafusion --find-links dist --force-reinstall
pip install dist/geodatafusion-*.whl --force-reinstall
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
pip install dist/geodatafusion-*.whl --force-reinstall
python -m pip install geodatafusion --find-links dist --force-reinstall

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is probably better

Suggested change
pip install dist/geodatafusion-*.whl --force-reinstall
python -m pip install dist/geodatafusion-*.whl --force-reinstall

Then we're passing in a local path, so it will definitely grab the local file.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sharkinsspatial sharkinsspatial merged commit 8834d96 into main Mar 14, 2026
7 checks passed
@sharkinsspatial sharkinsspatial deleted the kyle/update-wheel-build branch March 14, 2026 00:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants