Skip to content

Commit

Permalink
Update deploy-pypi.yml (#391)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
zasdfgbnm authored and farhadrgh committed Nov 13, 2019
1 parent e41c2d9 commit eb89457
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/deploy-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/*

0 comments on commit eb89457

Please sign in to comment.