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 04724af commit 7f6f842Copy full SHA for 7f6f842
1 file changed
.github/workflows/ci-cd.yml
@@ -16,20 +16,13 @@ jobs:
16
url: https://pypi.org/p/openpaygo
17
18
steps:
19
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
20
21
- - name: Setup Python
22
- uses: actions/setup-python@v4
23
- with:
24
- python-version: 3.x
25
-
26
- - name: Install dependencies
27
- run: |
28
- python -m pip install --upgrade pip
29
- pip install setuptools
+ - name: Install uv
+ uses: astral-sh/setup-uv@v7
30
31
- name: Generate package distribution
32
- run: python3 setup.py sdist
+ run: uv build
33
34
- name: Publish package distributions to PyPI
35
uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments