Skip to content

Commit

Permalink
SYS-471 publish 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
instantlinux committed Oct 18, 2020
1 parent 9be82c8 commit 3fe2883
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ MAXFAIL ?= 100
PYPI_URL ?= https://upload.pypi.org/legacy/
PYPI_USER ?= $(USER)
RRSYNC_URL = https://www.samba.org/ftp/unpacked/rsync/support/rrsync
SSL_CHAIN ?= /usr/local/share/ca-certificates/instantlinux-ca.crt
VERSION ?= $(shell grep -o '[0-9.]*' secondshot/_version.py)

VENV=python_env
Expand All @@ -16,7 +15,7 @@ package: bin/rrsync dist/secondshot-$(VERSION).tar.gz
publish: test_requirements package
@echo Publishing python package
(. $(VDIR)/bin/activate && \
twine upload --cert=$(SSL_CHAIN) --repository-url $(PYPI_URL) \
twine upload --repository-url $(PYPI_URL) \
-u $(PYPI_USER) -p $(PYPI_PASSWORD) dist/*)

test_functional:
Expand Down

0 comments on commit 3fe2883

Please sign in to comment.