We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7cdbe3 commit a3df271Copy full SHA for a3df271
.github/workflows/pythonpublish.yml
@@ -15,24 +15,16 @@ jobs:
15
- uses: actions/checkout@v4
16
with:
17
fetch-depth: 0
18
- - name: Set up Python
19
- uses: actions/setup-python@v5
20
- with:
21
- python-version: '3.x'
22
23
- name: Install uv
24
uses: astral-sh/setup-uv@v5
25
26
- - name: Install dependencies
27
- run: |
28
- python -m pip install --upgrade pip
29
- pip install setuptools wheel twine
30
- name: Make sure unit tests succeed
31
run: |
32
git config --global user.name "Github Action"
33
git config --global user.email "[email protected]"
34
uv run pytest
35
- - name: Build
+ - name: Build
36
37
uv build
38
# See https://docs.pypi.org/trusted-publishers/using-a-publisher/
0 commit comments