bluesky / hklpy

Diffractometer computation library with ophyd pseudopositioner support
https://blueskyproject.io/hklpy
BSD 3-Clause "New" or "Revised" License
3 stars 11 forks source link

add workflow to publish to PyPI for new tags #223

Closed prjemian closed 2 years ago

prjemian commented 2 years ago

Per the publishing guidelines, to get a new version published on conda-forge, first must push that new version to PyPI. Then the conda-forge auto-tick bot will hopefully open a PR once it finds the new release on PyPI.

Need to add the workflow that publishes to PyPI on new tags.

prjemian commented 2 years ago

Create an access token on PyPI:

Copy and add it (to this repo) with name PYPI_API_TOKEN as a repository secret.