We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deddbf6 commit d10954eCopy full SHA for d10954e
.github/workflows/tag_to_publish.yml
@@ -51,4 +51,4 @@ jobs:
51
with:
52
user: __token__
53
password: ${{ secrets.PYPI_API_TOKEN }}
54
- packages_dir: testenv3/dist
+ packages_dir: testenv2/src/cwl-utils/dist/
release-test.sh
@@ -18,7 +18,7 @@ else
18
HEAD=$(git rev-parse HEAD)
19
fi
20
run_tests="bin/py.test --pyargs ${module}"
21
-pipver=20.3.2 # minimum required version of pip for Python 3.10
+pipver=20.3.3 # minimum required version of pip for Python 3.10
22
setuptoolsver=50.0.0 # required for Python 3.10
23
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"
24
0 commit comments