Skip to content

Commit 949c378

Browse files
committed
Update GitHub Action to publish on Pypi
1 parent 11b7c17 commit 949c378

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish_pypi.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@ on:
77
jobs:
88
build-and-publish:
99
name: Build and publish Python 🐍 distributions 📦 to PyPI and TestPyPI
10-
runs-on: ubuntu-22.04
10+
runs-on: ubuntu-24.04
1111
steps:
1212
- uses: actions/checkout@v3
1313
- name: Setup Python
1414
uses: actions/setup-python@v3
1515
with:
16-
python-version: "3.12"
16+
python-version: "3.13"
1717
- name: Build amdirt
1818
run: |
19-
pip install wheel
19+
pip install wheel setuptools
2020
python setup.py sdist bdist_wheel
2121
- name: Publish a Python distribution to PyPI
2222
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)