mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 21:35:00 +00:00
prettier
This commit is contained in:
parent
1699b62c0b
commit
e61096e623
1 changed files with 2 additions and 2 deletions
|
@ -396,8 +396,8 @@ To build and publish your package to PyPI from GitHub Actions:
|
||||||
run:
|
run:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
environment:
|
environment:
|
||||||
name: pypi
|
name: pypi
|
||||||
url: https://pypi.org/p/<package-name> # Replace <package-name> with your PyPI project name
|
url: https://pypi.org/p/<package-name> # Replace <package-name> with your PyPI project name
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Install uv
|
- name: Install uv
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue