mirror of
https://github.com/asciinema/asciinema.git
synced 2025-12-16 03:38:03 +01:00
Fix push task in Makefile
This commit is contained in:
6
Makefile
6
Makefile
@@ -55,11 +55,13 @@ install: build
|
||||
|
||||
.PHONY: push
|
||||
push: .pip build
|
||||
python3 -m twine upload dist/*
|
||||
. $(VIRTUAL_ENV)/bin/activate \
|
||||
&& python3 -m twine upload dist/*
|
||||
|
||||
.PHONY: push.test
|
||||
push.test: .pip build
|
||||
python3 -m twine upload --repository testpypi dist/*
|
||||
. $(VIRTUAL_ENV)/bin/activate \
|
||||
&& python3 -m twine upload --repository testpypi dist/*
|
||||
|
||||
|
||||
.PHONY: clean
|
||||
|
||||
Reference in New Issue
Block a user