BCDA-APS / adl2pydm

Convert MEDM's .adl files to PyDM's .ui format
Other
0 stars 4 forks source link

CI add workflow to publish new release to PyPI #69

Closed prjemian closed 2 years ago

prjemian commented 3 years ago

See example in bluesky/event-model.

prjemian commented 3 years ago

Technical point, this workflow runs on new releases:

on:
  release:
    types: [created]
prjemian commented 3 years ago

As needed at APS: https://github.com/BCDA-APS/use_bluesky/issues/110#issuecomment-962060252

prjemian commented 2 years ago

This project is not on PyPI yet (see: https://pypi.org/search/?q=adl2pydm).

prjemian commented 2 years ago

Using the workflow from spec2nexus

Following this guide: https://python.plainenglish.io/how-to-publish-a-project-into-pypi-f845f1cc4b36

prjemian commented 2 years ago

Previous version v0.0.2 uploaded to PyPI. Now, can create token for this project to upload new versions to PyPI.