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 e36d201 commit a2a10aaCopy full SHA for a2a10aa
.github/workflows/autorelease-default-env.sh
@@ -1,4 +1,4 @@
1
-INSTALL_AUTORELEASE="python -m pip install autorelease==0.2.3"
+INSTALL_AUTORELEASE="python -m pip install autorelease==0.2.6"
2
if [ -f autorelease-env.sh ]; then
3
source autorelease-env.sh
4
fi
.github/workflows/autorelease-prep.yml
@@ -53,8 +53,8 @@ jobs:
53
python-version: "3.x"
54
- run: | # TODO: move this to an action
55
source ./.github/workflows/autorelease-default-env.sh
56
- if [ -f ".autorelease/test-testpypi.sh" ]; then
57
- source ./autorelease/test-testpypi.sh
+ if [ -f "./.autorelease/test-testpypi.sh" ]; then
+ source ./.autorelease/test-testpypi.sh
58
elif [ -f "autorelease-env.sh" ]; then
59
cat autorelease-env.sh >> $GITHUB_ENV
60
0 commit comments