pypa / pipx

Install and Run Python Applications in Isolated Environments
https://pipx.pypa.io
MIT License
10.23k stars 411 forks source link

1.6.0: Bump changelog #1432

Closed github-actions[bot] closed 4 months ago

huxuan commented 4 months ago

Seems there is an invalid publisher errror, some configuration is needed on pypi side?

https://github.com/pypa/pipx/actions/runs/9286951300

chrysle commented 4 months ago

I realize I'm an idiot now, too.. There is no Git tag created before uploading. It builds the SDist and wheel for version 0.1.

I suggest fixing this in another pull request and releasing by that.

chrysle commented 4 months ago

Seems there is an invalid publisher errror, some configuration is needed on pypi side?

Yes, the workflow name is wrong (https://docs.pypi.org/trusted-publishers/adding-a-publisher/).

chrysle commented 4 months ago

@gaborbernat Since you're a maintainer on PyPI, could you do the necessary amendment? Probably we should also widen the range of PyPI maintainers, I've seen @huxuan, @Gitznik and @dukecat0 (https://pypi.org/user/meowmeowcat/) have accounts.

dukecat0 commented 4 months ago

(pypi.org/user/meowmeowcat)

Btw, I have set up a new account for this and it's https://pypi.org/user/dukecat0/.

gaborbernat commented 4 months ago

(pypi.org/user/meowmeowcat)

Btw, I have set up a new account for this and it's pypi.org/user/dukecat0.

Invited you.

gaborbernat commented 4 months ago

Note https://github.com/pypa/pipx/actions/runs/9286951300/job/25688133136 shows the release generation is broken even after the fix.