- Timestamp:
- 06/08/2022 05:48:50 PM (8 months ago)
- Branches:
- master
- Children:
- 72d1b07
- Parents:
- 79ac4cec
- git-author:
- Lance Edgar <lance@…> (06/08/2022 05:47:43 PM)
- git-committer:
- Lance Edgar <lance@…> (06/08/2022 05:48:50 PM)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tasks.py
r79ac4cec r03c3bded 3 3 # 4 4 # Rattail -- Retail Software Framework 5 # Copyright © 2010-20 18Lance Edgar5 # Copyright © 2010-2022 Lance Edgar 6 6 # 7 7 # This file is part of Rattail. … … 45 45 ctx.run('tox') 46 46 shutil.rmtree('rattail.egg-info') 47 ctx.run('python setup.py sdist --formats=gztar')47 ctx.run('python -m build --sdist') 48 48 ctx.run('twine upload dist/rattail-{}.tar.gz'.format(__version__))
Note: See TracChangeset
for help on using the changeset viewer.