constantly icon indicating copy to clipboard operation
constantly copied to clipboard

fix broken release infrastructure

Open glyph opened this issue 2 years ago • 3 comments

I've been trying to get the tag workflow to run for the last hour or so and it seems broken in several ways. Here's the most recent failure:

https://github.com/twisted/constantly/actions/runs/6679755558/job/18152162563

I'm just going to make a release manually now.

glyph avatar Oct 28 '23 23:10 glyph

I see that PyPi is configuredf for ci.yml , while the current file is named ci.yaml

This was previously configured

image


I have reconfigured PyPI for ci.yaml

This is what is configured now

image

adiroiban avatar Oct 29 '23 14:10 adiroiban

@adiroiban cool. do you want to try doing a no-op micro-version release just to see if this works?

glyph avatar Oct 29 '23 20:10 glyph

I can try do a .dev0 release on https://test.pypi.org/ .... not sure how the versioner part works for testing :( ... but I will give it at try.

adiroiban avatar Oct 30 '23 09:10 adiroiban