Skip to content

Commit a563133

Browse files
committed
Also fetch tags
1 parent fdfd938 commit a563133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admin/release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def build() -> None:
101101
Build source and binary distributions.
102102
"""
103103
for args in (
104-
['git', 'fetch'],
104+
['git', 'fetch', '--tags'],
105105
['rm', '-rf', 'build'],
106106
['python', 'setup.py', 'sdist', 'bdist_wheel'],
107107
['twine', 'upload', '-r', 'pypi', 'dist/*'],

0 commit comments

Comments
 (0)