Skip to content

Commit

Permalink
twine register not needed
Browse files Browse the repository at this point in the history
[DIST]$ twine register biopython-1.68.tar.gz
Registering package to https://upload.pypi.org/legacy/
Registering biopython-1.68.tar.gz
HTTPError: 410 Client Error: This API is no longer supported, instead simply upload the file. for url: https://upload.pypi.org/legacy/

[DIST]$ twine upload biopython-1.68.tar.gz
Uploading distributions to https://upload.pypi.org/legacy/
Uploading biopython-1.68.tar.gz
[================================] 14448405/14448405 - 00:00:15
  • Loading branch information
peterjc committed Aug 26, 2016
1 parent 13102f5 commit 4fc29df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion wiki/Building_a_release.md
Expand Up @@ -274,7 +274,6 @@ releases):
``` bash
$ cd .../biopython/
$ pip install twine
$ twine register dist/biopython-1.68.tar.gz
$ twine upload dist/biopython-1.68.tar.gz
```

Expand Down

0 comments on commit 4fc29df

Please sign in to comment.