We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This will enable easier deployment for STSci.
If possible, bubble the implementation up to the LINCC PPT.
The text was updated successfully, but these errors were encountered:
From in-person chat, a reasonable approach may be:
inside /.github/workflows/publish-to-pypi.yml
/.github/workflows/publish-to-pypi.yml
pip install . <create poetry.lock> pip install .[dev] pytest <publish to pypi with the poetry.lock file>
This bundles the lock file, and runs the unit tests at publish time (which is a current oversight).
Sorry, something went wrong.
camposandro
Successfully merging a pull request may close this issue.
This will enable easier deployment for STSci.
If possible, bubble the implementation up to the LINCC PPT.
The text was updated successfully, but these errors were encountered: