Skip to content

Commit

Permalink
Release version 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
igrek51 committed Feb 16, 2024
1 parent b2face4 commit 83cf017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ clean:
rm -rf ./*.egg-info

# use token from .pypirc
release-pypi: clean
release: clean
python3 setup.py sdist bdist_wheel
python3 -m twine upload -u __token__ dist/*

Expand Down

0 comments on commit 83cf017

Please sign in to comment.