Add `deprecationMessage` to all inputs @ `master`
This commit is contained in:
parent
ffa46275f9
commit
c5d8ac5008
152
action.yml
152
action.yml
|
@ -4,34 +4,186 @@ description: Upload Python distribution packages to PyPI
|
||||||
inputs:
|
inputs:
|
||||||
user:
|
user:
|
||||||
description: PyPI user
|
description: PyPI user
|
||||||
|
deprecationMessage: >
|
||||||
|
UNSUPPORTED GITHUB ACTION VERSION
|
||||||
|
|
||||||
|
|
||||||
|
You are using `pypa/gh-action-pypi-publish@master`.
|
||||||
|
The `master` branch of this project has been sunset and will not
|
||||||
|
receive any updates, not even security bug fixes. Please, make
|
||||||
|
sure to use a supported version. If you want to pin to v1 major
|
||||||
|
version, use `pypa/gh-action-pypi-publish@release/v1`. If you
|
||||||
|
feel adventurous, you may opt to use use
|
||||||
|
`pypa/gh-action-pypi-publish@unstable/v1` instead. A more
|
||||||
|
general recommendation is to pin to exact tags or commit SHAs.
|
||||||
|
|
||||||
|
|
||||||
|
Please also consider migrading your setup to use secretless publishing:
|
||||||
|
https://github.com/marketplace/actions/pypi-publish#trusted-publishing
|
||||||
|
|
||||||
|
|
||||||
|
https://stand-with-ukraine.pp.ua
|
||||||
required: false
|
required: false
|
||||||
default: __token__
|
default: __token__
|
||||||
password:
|
password:
|
||||||
description: Password for your PyPI user or an access token
|
description: Password for your PyPI user or an access token
|
||||||
|
deprecationMessage: >
|
||||||
|
UNSUPPORTED GITHUB ACTION VERSION
|
||||||
|
|
||||||
|
|
||||||
|
You are using `pypa/gh-action-pypi-publish@master`.
|
||||||
|
The `master` branch of this project has been sunset and will not
|
||||||
|
receive any updates, not even security bug fixes. Please, make
|
||||||
|
sure to use a supported version. If you want to pin to v1 major
|
||||||
|
version, use `pypa/gh-action-pypi-publish@release/v1`. If you
|
||||||
|
feel adventurous, you may opt to use use
|
||||||
|
`pypa/gh-action-pypi-publish@unstable/v1` instead. A more
|
||||||
|
general recommendation is to pin to exact tags or commit SHAs.
|
||||||
|
|
||||||
|
|
||||||
|
Please also consider migrading your setup to use secretless publishing:
|
||||||
|
https://github.com/marketplace/actions/pypi-publish#trusted-publishing
|
||||||
|
|
||||||
|
|
||||||
|
https://stand-with-ukraine.pp.ua
|
||||||
required: true
|
required: true
|
||||||
repository_url:
|
repository_url:
|
||||||
description: The repository URL to use
|
description: The repository URL to use
|
||||||
|
deprecationMessage: >
|
||||||
|
UNSUPPORTED GITHUB ACTION VERSION
|
||||||
|
|
||||||
|
|
||||||
|
You are using `pypa/gh-action-pypi-publish@master`.
|
||||||
|
The `master` branch of this project has been sunset and will not
|
||||||
|
receive any updates, not even security bug fixes. Please, make
|
||||||
|
sure to use a supported version. If you want to pin to v1 major
|
||||||
|
version, use `pypa/gh-action-pypi-publish@release/v1`. If you
|
||||||
|
feel adventurous, you may opt to use use
|
||||||
|
`pypa/gh-action-pypi-publish@unstable/v1` instead. A more
|
||||||
|
general recommendation is to pin to exact tags or commit SHAs.
|
||||||
|
|
||||||
|
|
||||||
|
Please also consider migrading your setup to use secretless publishing:
|
||||||
|
https://github.com/marketplace/actions/pypi-publish#trusted-publishing
|
||||||
|
|
||||||
|
|
||||||
|
https://stand-with-ukraine.pp.ua
|
||||||
required: false
|
required: false
|
||||||
packages_dir:
|
packages_dir:
|
||||||
description: The target directory for distribution
|
description: The target directory for distribution
|
||||||
|
deprecationMessage: >
|
||||||
|
UNSUPPORTED GITHUB ACTION VERSION
|
||||||
|
|
||||||
|
|
||||||
|
You are using `pypa/gh-action-pypi-publish@master`.
|
||||||
|
The `master` branch of this project has been sunset and will not
|
||||||
|
receive any updates, not even security bug fixes. Please, make
|
||||||
|
sure to use a supported version. If you want to pin to v1 major
|
||||||
|
version, use `pypa/gh-action-pypi-publish@release/v1`. If you
|
||||||
|
feel adventurous, you may opt to use use
|
||||||
|
`pypa/gh-action-pypi-publish@unstable/v1` instead. A more
|
||||||
|
general recommendation is to pin to exact tags or commit SHAs.
|
||||||
|
|
||||||
|
|
||||||
|
Please also consider migrading your setup to use secretless publishing:
|
||||||
|
https://github.com/marketplace/actions/pypi-publish#trusted-publishing
|
||||||
|
|
||||||
|
|
||||||
|
https://stand-with-ukraine.pp.ua
|
||||||
required: false
|
required: false
|
||||||
default: dist
|
default: dist
|
||||||
verify_metadata:
|
verify_metadata:
|
||||||
description: Check metadata before uploading
|
description: Check metadata before uploading
|
||||||
|
deprecationMessage: >
|
||||||
|
UNSUPPORTED GITHUB ACTION VERSION
|
||||||
|
|
||||||
|
|
||||||
|
You are using `pypa/gh-action-pypi-publish@master`.
|
||||||
|
The `master` branch of this project has been sunset and will not
|
||||||
|
receive any updates, not even security bug fixes. Please, make
|
||||||
|
sure to use a supported version. If you want to pin to v1 major
|
||||||
|
version, use `pypa/gh-action-pypi-publish@release/v1`. If you
|
||||||
|
feel adventurous, you may opt to use use
|
||||||
|
`pypa/gh-action-pypi-publish@unstable/v1` instead. A more
|
||||||
|
general recommendation is to pin to exact tags or commit SHAs.
|
||||||
|
|
||||||
|
|
||||||
|
Please also consider migrading your setup to use secretless publishing:
|
||||||
|
https://github.com/marketplace/actions/pypi-publish#trusted-publishing
|
||||||
|
|
||||||
|
|
||||||
|
https://stand-with-ukraine.pp.ua
|
||||||
required: false
|
required: false
|
||||||
default: true
|
default: true
|
||||||
skip_existing:
|
skip_existing:
|
||||||
description: >-
|
description: >-
|
||||||
Do not fail if a Python package distribution
|
Do not fail if a Python package distribution
|
||||||
exists in the target package index
|
exists in the target package index
|
||||||
|
deprecationMessage: >
|
||||||
|
UNSUPPORTED GITHUB ACTION VERSION
|
||||||
|
|
||||||
|
|
||||||
|
You are using `pypa/gh-action-pypi-publish@master`.
|
||||||
|
The `master` branch of this project has been sunset and will not
|
||||||
|
receive any updates, not even security bug fixes. Please, make
|
||||||
|
sure to use a supported version. If you want to pin to v1 major
|
||||||
|
version, use `pypa/gh-action-pypi-publish@release/v1`. If you
|
||||||
|
feel adventurous, you may opt to use use
|
||||||
|
`pypa/gh-action-pypi-publish@unstable/v1` instead. A more
|
||||||
|
general recommendation is to pin to exact tags or commit SHAs.
|
||||||
|
|
||||||
|
|
||||||
|
Please also consider migrading your setup to use secretless publishing:
|
||||||
|
https://github.com/marketplace/actions/pypi-publish#trusted-publishing
|
||||||
|
|
||||||
|
|
||||||
|
https://stand-with-ukraine.pp.ua
|
||||||
required: false
|
required: false
|
||||||
default: false
|
default: false
|
||||||
verbose:
|
verbose:
|
||||||
description: Show verbose output.
|
description: Show verbose output.
|
||||||
|
deprecationMessage: >
|
||||||
|
UNSUPPORTED GITHUB ACTION VERSION
|
||||||
|
|
||||||
|
|
||||||
|
You are using `pypa/gh-action-pypi-publish@master`.
|
||||||
|
The `master` branch of this project has been sunset and will not
|
||||||
|
receive any updates, not even security bug fixes. Please, make
|
||||||
|
sure to use a supported version. If you want to pin to v1 major
|
||||||
|
version, use `pypa/gh-action-pypi-publish@release/v1`. If you
|
||||||
|
feel adventurous, you may opt to use use
|
||||||
|
`pypa/gh-action-pypi-publish@unstable/v1` instead. A more
|
||||||
|
general recommendation is to pin to exact tags or commit SHAs.
|
||||||
|
|
||||||
|
|
||||||
|
Please also consider migrading your setup to use secretless publishing:
|
||||||
|
https://github.com/marketplace/actions/pypi-publish#trusted-publishing
|
||||||
|
|
||||||
|
|
||||||
|
https://stand-with-ukraine.pp.ua
|
||||||
required: false
|
required: false
|
||||||
default: false
|
default: false
|
||||||
print_hash:
|
print_hash:
|
||||||
description: Show hash values of files to be uploaded
|
description: Show hash values of files to be uploaded
|
||||||
|
deprecationMessage: >
|
||||||
|
UNSUPPORTED GITHUB ACTION VERSION
|
||||||
|
|
||||||
|
|
||||||
|
You are using `pypa/gh-action-pypi-publish@master`.
|
||||||
|
The `master` branch of this project has been sunset and will not
|
||||||
|
receive any updates, not even security bug fixes. Please, make
|
||||||
|
sure to use a supported version. If you want to pin to v1 major
|
||||||
|
version, use `pypa/gh-action-pypi-publish@release/v1`. If you
|
||||||
|
feel adventurous, you may opt to use use
|
||||||
|
`pypa/gh-action-pypi-publish@unstable/v1` instead. A more
|
||||||
|
general recommendation is to pin to exact tags or commit SHAs.
|
||||||
|
|
||||||
|
|
||||||
|
Please also consider migrading your setup to use secretless publishing:
|
||||||
|
https://github.com/marketplace/actions/pypi-publish#trusted-publishing
|
||||||
|
|
||||||
|
|
||||||
|
https://stand-with-ukraine.pp.ua
|
||||||
required: false
|
required: false
|
||||||
default: false
|
default: false
|
||||||
branding:
|
branding:
|
||||||
|
|
Loading…
Reference in New Issue