Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pyproject.toml #368

Merged
merged 1 commit into from
Oct 4, 2023
Merged

Update pyproject.toml #368

merged 1 commit into from
Oct 4, 2023

Conversation

rhiannonlynne
Copy link
Member

Fix pyproject.toml to let pypi distribution work properly. The "License" line in pyproject.toml was causing it to be rejected by pypi.

@rhiannonlynne
Copy link
Member Author

I was able to tag and test this on a fork, so figured it could come back to rubin_sim directly from my fork.
After merging this PR and tagging (1.3.2) rubin_sim, the pypi upload will hopefully be triggered automatically (as well as a new, independent, conda build). Might have to go check in on the conda build after that.
One note: pypi has pyoorb, built with pip and no open orb-data option -- but conda has openorb, built with conda-forge.

@rhiannonlynne
Copy link
Member Author

Can test the testPyPI installation with
pip install -i https://test.pypi.org/simple/ "rubin-sim[test]" --extra-index-url https://pypi.python.org/simple
(although do need to also install pyoorb data requirements, which is easiest by mamba install openorb-data and mamba install openorb-data-de405)

@rhiannonlynne rhiannonlynne merged commit 0a6cd84 into lsst:main Oct 4, 2023
4 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants