зеркало из
https://github.com/ssciwr/AMMICO.git
synced 2025-10-29 21:16:06 +02:00
Bump versions release action (#198)
* update versions in workflow * only with tag * more ref updates
Этот коммит содержится в:
родитель
ea18277090
Коммит
dd184904f6
12
.github/workflows/release.yml
поставляемый
12
.github/workflows/release.yml
поставляемый
@ -14,9 +14,9 @@ jobs:
|
|||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Set up Python 3.9
|
- name: Set up Python 3.9
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: 3.9
|
python-version: "3.9"
|
||||||
- name: install pypa/build
|
- name: install pypa/build
|
||||||
run: >-
|
run: >-
|
||||||
python -m
|
python -m
|
||||||
@ -26,7 +26,7 @@ jobs:
|
|||||||
- name: Build distribution
|
- name: Build distribution
|
||||||
run: python -m build
|
run: python -m build
|
||||||
- name: store the dist packages
|
- name: store the dist packages
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: python-package-distributions
|
name: python-package-distributions
|
||||||
path: dist/
|
path: dist/
|
||||||
@ -44,7 +44,7 @@ jobs:
|
|||||||
id-token: write
|
id-token: write
|
||||||
steps:
|
steps:
|
||||||
- name: Download all dists
|
- name: Download all dists
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: python-package-distributions
|
name: python-package-distributions
|
||||||
path: dist/
|
path: dist/
|
||||||
@ -63,7 +63,7 @@ jobs:
|
|||||||
id-token: write # IMPORTANT: mandatory for sigstore
|
id-token: write # IMPORTANT: mandatory for sigstore
|
||||||
steps:
|
steps:
|
||||||
- name: Download all the dists
|
- name: Download all the dists
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: python-package-distributions
|
name: python-package-distributions
|
||||||
path: dist/
|
path: dist/
|
||||||
@ -107,7 +107,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Download all the dists
|
- name: Download all the dists
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: python-package-distributions
|
name: python-package-distributions
|
||||||
path: dist/
|
path: dist/
|
||||||
|
|||||||
Загрузка…
x
Ссылка в новой задаче
Block a user