Skip to content

Commit

Permalink
Release v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cpburnz committed Aug 31, 2022
1 parent 01b8386 commit 9f7d13c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This Makefile is used to manage development and distribution.
#
# Created: 2022-08-11
# Updated: 2022-08-17
# Updated: 2022-08-31
#

.PHONY: build create-venv help prebuild publish test test-all update-venv
Expand Down Expand Up @@ -83,4 +83,4 @@ dist-prebuild:

dist-publish: dist-build
${VENV} twine check ./dist/*
${VENV} twine upload --skip-existing ./dist/*
${VENV} twine upload -r pathspec --skip-existing ./dist/*

0 comments on commit 9f7d13c

Please sign in to comment.