Skip to content

Commit e865430

Browse files
Merge pull request #35 from adamtheturtle/twine
Try to build after tag
2 parents dc16f81 + 56bad17 commit e865430

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

admin/release.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,12 +125,12 @@ def main() -> None:
125125
version_str = get_version()
126126
update_changelog(version=version_str)
127127
commit_and_push(version=version_str, repository=repository)
128-
build()
129-
upload_to_pypi()
130128
create_github_release(
131129
repository=repository,
132130
version=version_str,
133131
)
132+
build()
133+
upload_to_pypi()
134134

135135

136136
if __name__ == '__main__':

0 commit comments

Comments
 (0)