mirror of
https://github.com/msberends/AMR.git
synced 2024-12-25 18:06:12 +01:00
fix PyPI
This commit is contained in:
parent
448b6abb06
commit
40edc16fdf
4
.github/workflows/publish-to-pypi.yml
vendored
4
.github/workflows/publish-to-pypi.yml
vendored
@ -48,10 +48,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: '3.9'
|
python-version: '3.9'
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install build dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install build twine
|
pip install build twine wheel
|
||||||
|
|
||||||
- name: Build the Python package
|
- name: Build the Python package
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user