SciKit-Surgery / scikit-surgerytutorial02

SciKit-Surgery Tutorial02 provides a tutorial on how to implement a simple algorithm using the SciKit-Surgery project's Python Template
http://scikit-surgerytutorial02.readthedocs.io/en/latest/?badge=latest
Other
1 stars 1 forks source link

Change PYPI_PASS to PYPI token #21

Closed thompson318 closed 1 year ago

thompson318 commented 3 years ago

On publishing page, swapping from --repository pypi to --repository test.pypi is not immediately obvious. Tutorial doesn't say where to set PYPI_USER and PYPI_PASS

this follows on from issue #15 and #18

mxochicale commented 1 year ago

add links to create secrets in:

When you visit GitHub there should now be a manual build stage called “deploy pip to PyPi”. You can trigger this manually and deploy your code to PyPi. To do this you will need an account on PyPi and to add $PYPI_USER and $PYPI_PAS as variables in your GitHub project. https://scikit-surgerytutorial02.readthedocs.io/en/latest/10_Publishing.html