Skip to content

Commit a20d4ef

Browse files
committed
0.12.3 release (email sending for ERK and other stuff)
1 parent a1a737c commit a20d4ef

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

pyproject.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# To upload to PyPI, install python-build and twine, then:
2+
# python -m build
3+
# twine upload dist/*
4+
# rm -rf build dist *.egg-info src/*.egg-info
5+
# Once pixi allows global tasks, we can automate this there.
6+
# If you have ~/.pypirc, you can do this without manually entering the PyPI API token every time (keep .pypirc secure though).
7+
18
[build-system]
29
requires = ["setuptools >= 64"]
310
build-backend = "setuptools.build_meta"

scripts/send_email.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
import os
1212
import re
1313

14-
# Install matej libraries (tested with 0.12.3)
14+
# Install matej libraries (tested with 0.12.3): https://sclera.fri.uni-lj.si/code.html#Libraries
1515
from matej.argparse import ArgParser, StrArg
1616
from matej.web.email import send_email
1717

0 commit comments

Comments
 (0)