Skip to content

Deploy nightly wheels to PyPI

Leo P. Singer requested to merge leo-singer/lalsuite:wheel-deploy into master

This adds nightly deployment of binary wheels to PyPI. To configure, go into the GitLab page Settings → CI/CD → Secret variables for the repository. Then add the variables TWINE_USERNAME and TWINE_PASSWORD and set them to your PyPI username and password respectively.

As an example, I have also set TWINE_REPOSITORY_URL so that I am uploading to the test PyPI instance. This is what the final result looks like on PyPI:

https://testpypi.python.org/pypi/lalsuite

Note, please merge !99 (merged) first.

For review by @adam-mercer and @alex-nitz.

Edited by LALSuite Bot

Merge request reports