summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2019-01-02 18:30:53 -0500
committerLeonard Richardson <leonardr@segfault.org>2019-01-02 18:30:53 -0500
commitfed3ff99f661fbbf994469d522c9016e12be76d7 (patch)
tree0b5d175d969c733f22f3b8cd9b85a78e4ec3f046
parent4a5aa558df5cb6c4920ad6c40aec25d84e5ab9dc (diff)
Added symlink to fix old hyperlinks.
l---------NEWS.txt1
-rw-r--r--prepare-release.sh1
2 files changed, 1 insertions, 1 deletions
diff --git a/NEWS.txt b/NEWS.txt
new file mode 120000
index 0000000..a75130b
--- /dev/null
+++ b/NEWS.txt
@@ -0,0 +1 @@
+CHANGELOG \ No newline at end of file
diff --git a/prepare-release.sh b/prepare-release.sh
index 729959a..b26c07c 100644
--- a/prepare-release.sh
+++ b/prepare-release.sh
@@ -19,7 +19,6 @@ python setup.py sdist bdist_wheel
# Run this in Python 3 env.
twine upload --repository-url https://test.pypi.org/legacy/ dist/*
-
twine upload dist/*
# Old instructions: