We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74ea1de commit 97bb832Copy full SHA for 97bb832
.circleci/config.yml
@@ -74,7 +74,7 @@ jobs:
74
command: | # install env dependencies
75
set -e
76
pip install --upgrade pip
77
- pip install twine
+ pip install twine==6.0.1
78
- run:
79
name: Build and Validate
80
command: | # create whl, validate with twine
publish.sh
@@ -61,7 +61,7 @@ if ! python3 setup.py sdist bdist_wheel > /dev/null 2>&1; then echo "ERROR: Pack
61
if ! pip show twine > /dev/null 2>&1;
62
then
63
echo "WARN: 'twine' package is not found, installing...";
64
65
fi
66
67
# Twine Validation
0 commit comments