Skip to content

Latest commit

 

History

History
 
 

upload_pypi

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Upload packages to PyPI

This action uploads pre-built Python packages to the Python Packaging Index (PyPI). Packages must have been uploaded as an artefact in the dist/ directory in a previous step or job in the same GitHub actions workflow.

For this action to work, you must have a PyPI API token stored as a repository secret and that must be passed as an input to the action.

- uses: neuroinformatics-unit/actions/upload_pypi@main
      with:
        secret-pypi-key: ${{ secrets.MY_PYPI_KEY }}