We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11b7c17 commit 949c378Copy full SHA for 949c378
1 file changed
.github/workflows/publish_pypi.yml
@@ -7,16 +7,16 @@ on:
7
jobs:
8
build-and-publish:
9
name: Build and publish Python 🐍 distributions 📦 to PyPI and TestPyPI
10
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
11
steps:
12
- uses: actions/checkout@v3
13
- name: Setup Python
14
uses: actions/setup-python@v3
15
with:
16
- python-version: "3.12"
+ python-version: "3.13"
17
- name: Build amdirt
18
run: |
19
- pip install wheel
+ pip install wheel setuptools
20
python setup.py sdist bdist_wheel
21
- name: Publish a Python distribution to PyPI
22
uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments