jorenham / mainpy

Simplify your project's main entrypoint definition with @main
https://pypi.org/project/mainpy/
MIT License
6 stars 2 forks source link

deploy from CI #45

Open jorenham opened 2 months ago

jorenham commented 2 months ago

~if we're using UV by then; we'd have to wait until https://github.com/astral-sh/uv/issues/6278 is implemented~

edit: we're using UV now

KotlinIsland commented 2 months ago

or until that day:

> uv build
> uvx twine upload dist/*
jorenham commented 2 months ago

or until that day:

> uv build
> uvx twine upload dist/*

Yea that's not as scary as I pictured it would be

KotlinIsland commented 1 month ago

Add uv publish

https://github.com/astral-sh/uv/releases/tag/0.4.16

jorenham commented 1 month ago

Add uv publish

https://github.com/astral-sh/uv/releases/tag/0.4.16

Yea I tried it, but it unfortunately doesn't pick up on my ~/.pypirc like twine and poetry. So I had to set a new UV_PUBLISH_TOKEN env var 🤔 🤷🏻