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 ab8894d commit 99c13bfCopy full SHA for 99c13bf
2 files changed
admin-tools/make-dist-3.0-3.2.sh
@@ -20,7 +20,7 @@ if ! source ./setup-python-3.0.sh ; then
20
fi
21
22
cd ..
23
-source $PACKAGE/version.py
+source trepan/version.py
24
if [[ ! -n $__version__ ]]; then
25
echo "You need to set __version__ first"
26
admin-tools/make-dist-newest.sh
@@ -1,5 +1,5 @@
1
#!/bin/bash
2
-PACKAGE=trepan
+PACKAGE=trepan3k
3
4
# FIXME put some of the below in a common routine
5
function finish {
@@ -20,7 +20,7 @@ if ! source ./setup-master.sh ; then
echo $__version__
pyenv local 3.13
0 commit comments