Skip to content

Commit

Permalink
Remove the date
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed May 29, 2020
1 parent 596ad52 commit 04825d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/publish-pypi
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ echo "password:${PASSWORD}" >> ~/.pypirc
set -x

# Publish the Python eggs
python3 setup.py egg_info --tag-date sdist bdist_wheel
python3 setup.py egg_info sdist bdist_wheel
twine upload dist/*

rm ~/.pypirc

0 comments on commit 04825d6

Please sign in to comment.