Commit eb89457c authored by Gao, Xiang's avatar Gao, Xiang Committed by Farhad Ramezanghorbani
Browse files

Update deploy-pypi.yml (#391)

This is copy-pasted from https://github.com/aiqm/torchani/blob/master/.github/workflows/deploy-test-pypi.yml but I forgot to update it...

We should use the tag created on GitHub, not add a new tag named after date
parent e41c2d93
......@@ -28,6 +28,5 @@ jobs:
- name: Deploy
run: |
rm -rf dist/*
git tag $(date +'v%Y.%m.%d.%H.%M.%S')
python setup.py bdist bdist_wheel
twine upload -u zasdfgbnm-bot -p ${{secrets.zasdfgbnm_bot_pypi_password}} dist/*
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment