You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: The above link is accessible only to members of ASF.
We should add an on: push: tags: - v* trigger for the build-and-deploy.yml workflow (which publishes burst2safe to PyPI), like we have for our other distributed packages. Also, we may want to replace that workflow entirely with a distribute.yml workflow like we have for our other repos:
This might also raise the question of why we don't have a reusable action for publishing to PyPI.
The text was updated successfully, but these errors were encountered:
jtherrmann
changed the title
Automate publishing to PyPI, publish to conda-forge
Publish latest burst2safe version to PyPI and conda-forge
Dec 19, 2024
jtherrmann
changed the title
Publish latest burst2safe version to PyPI and conda-forge
Publish latest burst2safe version to PyPI and conda-forge
Dec 20, 2024
Jira: https://asfdaac.atlassian.net/browse/TOOL-3364
Note: The above link is accessible only to members of ASF.
We should add an
on: push: tags: - v*
trigger for the build-and-deploy.yml workflow (which publishesburst2safe
to PyPI), like we have for our other distributed packages. Also, we may want to replace that workflow entirely with adistribute.yml
workflow like we have for our other repos:And we probably don't need https://github.com/ASFHyP3/burst2safe/blob/develop/.github/workflows/build-and-deploy-test.yml anymore.
This might also raise the question of why we don't have a reusable action for publishing to PyPI.
The text was updated successfully, but these errors were encountered: