cppimport icon indicating copy to clipboard operation
cppimport copied to clipboard

Additional automation in the release actions workflow

Open tbenthompson opened this issue 3 years ago • 3 comments

remaining tasks to automate in the publish CI workflow:

  • publish to test pypi first
  • then, check the published package
  • then, republish to real pypi
  • then, run the automatic release action.

tbenthompson avatar Aug 02 '22 16:08 tbenthompson

WIP: https://github.com/tbenthompson/cppimport/pull/80

tbenthompson avatar Aug 02 '22 16:08 tbenthompson

no time to continue this now, but I'll get back to this the next time I need to push a release.

tbenthompson avatar Aug 02 '22 16:08 tbenthompson

There's also a bump version workflow that I could manually trigger to start the process: https://github.com/MylesBorins/node-osc/blob/main/.github/workflows/bump-version.yml

tbenthompson avatar Aug 04 '22 15:08 tbenthompson