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 bc3650a commit c506863Copy full SHA for c506863
_release.sh
@@ -124,7 +124,7 @@ echo
124
### FIX: NEED TO ADD
125
twine upload $DIR_PACKAGE $DIR_WHL_PACKAGE
126
127
-
+echo "Sleeping 90 seconds..."
128
sleep 90
129
echo
130
echo "Test clean install from pypi"
release_process.txt
@@ -18,7 +18,7 @@ $ pdoc3 --html --output-dir docs netmiko --force
18
# Run ./_release.sh
19
20
# Create a tag for the version
21
-git tag -a v4.2.0 -m "Version 4.2.0 Release"
+git tag -a v4.3.0 -m "Version 4.3.0 Release"
22
git push origin_ssh v4.2.0
23
24
# Make sure to run the performance tests for the new release and to update the graphs!
0 commit comments