We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
master
1 parent 1bbe3c9 commit 9b8e733Copy full SHA for 9b8e733
twine-upload.sh
@@ -2,6 +2,20 @@
2
set -Eeuo pipefail
3
4
5
+echo \
6
+ ::warning file='# >>' PyPA publish to PyPI GHA'%3A' \
7
+ UNSUPPORTED GITHUB ACTION VERSION \
8
+ '<< ':: \
9
+ You are using '"pypa/gh-action-pypi-publish@master"'. \
10
+ The '"master"' branch of this project has been sunset and will not \
11
+ receive any updates, not even security bug fixes. Please, make \
12
+ sure to use a supported version. If you want to pin to v1 major \
13
+ version, use '"pypa/gh-action-pypi-publish@release/v1"'. If you \
14
+ feel adventurous, you may opt to use use \
15
+ '"pypa/gh-action-pypi-publish@unstable/v1"' instead. A more \
16
+ general recommendation is to pin to exact tags or commit shas.
17
+
18
19
if [[
20
"$INPUT_USER" == "__token__" &&
21
! "$INPUT_PASSWORD" =~ ^pypi-
0 commit comments