Skip to content

Commit d10954e

Browse files
committed
releasing: fix pip version and dist location
1 parent deddbf6 commit d10954e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tag_to_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ jobs:
5151
with:
5252
user: __token__
5353
password: ${{ secrets.PYPI_API_TOKEN }}
54-
packages_dir: testenv3/dist
54+
packages_dir: testenv2/src/cwl-utils/dist/

release-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ else
1818
HEAD=$(git rev-parse HEAD)
1919
fi
2020
run_tests="bin/py.test --pyargs ${module}"
21-
pipver=20.3.2 # minimum required version of pip for Python 3.10
21+
pipver=20.3.3 # minimum required version of pip for Python 3.10
2222
setuptoolsver=50.0.0 # required for Python 3.10
2323
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"
2424

0 commit comments

Comments
 (0)