зеркало из
https://github.com/ssciwr/AMMICO.git
synced 2025-10-29 13:06:04 +02:00
increment version number (#168)
* increment version number increment version number for automated release with new dependency ammico-lavis * only upload to testpypi for new release tag * change codecov token transmission method
Этот коммит содержится в:
родитель
899194efd6
Коммит
721bc98f7a
5
.github/workflows/ci.yml
поставляемый
5
.github/workflows/ci.yml
поставляемый
@ -71,8 +71,9 @@ jobs:
|
||||
- name: Upload coverage
|
||||
if: matrix.os == 'ubuntu-22.04' && matrix.python-version == '3.9'
|
||||
uses: codecov/codecov-action@v3
|
||||
env:
|
||||
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
||||
with:
|
||||
fail_ci_if_error: true
|
||||
fail_ci_if_error: false
|
||||
files: ammico/coverage.xml
|
||||
verbose: true
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
|
||||
1
.github/workflows/release.yml
поставляемый
1
.github/workflows/release.yml
поставляемый
@ -95,6 +95,7 @@ jobs:
|
||||
|
||||
publish-to-testpypi:
|
||||
name: Publish Python distribution to TestPyPI
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
needs:
|
||||
- build
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "ammico"
|
||||
version = "0.2.0"
|
||||
version = "0.2.1"
|
||||
description = "AI Media and Misinformation Content Analysis Tool"
|
||||
readme = "README.md"
|
||||
maintainers = [
|
||||
|
||||
Загрузка…
x
Ссылка в новой задаче
Block a user