Skip to content

Commit 3bc2536

Browse files
authored
fix Makefile
1 parent 833459f commit 3bc2536

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ NEW_VERSION := $(shell echo $(CURRENT_VERSION) | awk -F. -v bump=$(BUMP_TYPE) '{
4848

4949
update-version-gh: pull-main bump-version update-vars-version create-branch ## Update version in GitHub: pull main, bump version, create and push the new branch
5050

51-
release-pypi: clean-dist pull-main build upload docs ## Release to PyPI: pull main, build and upload to PyPI
51+
release-pypi: clean-dist pull-main build confirm-upload upload-pypi docs ## Release to PyPI: pull main, build and upload to PyPI
5252

5353
pull-main: # Pull main branch
5454
# stash changes

0 commit comments

Comments
 (0)