Skip to content

Commit 803a33f

Browse files
author
Jochem Berends
committed
small fixes
1 parent 8e56b23 commit 803a33f

File tree

5 files changed

+10
-7
lines changed

5 files changed

+10
-7
lines changed

.idea/kecpkg-tools.iml

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ pytest = "*"
1313
kecpkg-tools = {editable = true,file = "file:///Users/jochem/dev/kecpkg-tools"}
1414
click = "*"
1515
atomicwrites = "*"
16-
pykechain = ">=2.0.0"
16+
pykechain = ">=3.0.0"
1717
appdirs = "*"
1818
python-gnupg = "*"
1919
tabulate = "*"

build_release.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/usr/bin/env bash
22
rm -rf ./build ./dist
3-
python setup.py bdist_wheel --universal
4-
twine upload dist/kecpkg_tools-*.whl
3+
python setup.py sdist bdist_wheel --universal
4+
echo "--- uploading to PyPI with either your username or username=__token__ and an API token recorded."
5+
twine upload dist/kecpkg*

setup.py

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
'click',
5656
'atomicwrites',
5757
'jinja2',
58-
'pykechain>=2.0.0',
58+
'pykechain>=3.0',
5959
'appdirs',
6060
'tabulate',
6161
'python-gnupg'

0 commit comments

Comments
 (0)