-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CI add workflow to publish new release to PyPI #69
Comments
Technical point, this workflow runs on new releases: on:
release:
types: [created] |
As needed at APS: BCDA-APS/use_bluesky#110 (comment) |
This project is not on PyPI yet (see: https://pypi.org/search/?q=adl2pydm). |
Using the workflow from spec2nexus Following this guide: https://python.plainenglish.io/how-to-publish-a-project-into-pypi-f845f1cc4b36 |
Previous version v0.0.2 uploaded to PyPI. Now, can create token for this project to upload new versions to PyPI. |
See example in bluesky/event-model.
The text was updated successfully, but these errors were encountered: