Skip to content

Commit 45c7f1c

Browse files
authored
Merge pull request #427 from ExaWorks/removed_commented_out_line
An essential line in the release script was commented out for debugging purposes and it was merged that way. This uncomments the respective line.
2 parents 4c4ed62 + 0b7a0e2 commit 45c7f1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ python3 setup.py sdist
8383
python3 setup.py bdist_wheel
8484

8585
echo "Releasing PyPi package..."
86-
#twine upload dist/*
86+
twine upload dist/*
8787

8888
echo "Triggering web docs build..."
8989
git commit --allow-empty -m "Trigger web build for $TARGET_VERSION"

0 commit comments

Comments
 (0)