Skip to content
This repository was archived by the owner on Jun 18, 2024. It is now read-only.

Commit e6a26e0

Browse files
committed
Update Makefile to sign releases
1 parent 3da733a commit e6a26e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ coverage-html: coverage ## generate an HTML report and open in browser
7676
$(BROWSER) htmlcov/index.html
7777

7878
release: dist ## package and upload a release
79-
$(PIPRUN) flit publish
79+
twine upload -s dist/*
8080

8181
dist: ## builds source and wheel package
8282
$(PIPRUN) flit build

nncli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# -*- coding: utf-8 -*-
22
"""NextCloud Notes Command Line Interface"""
33

4-
__version__ = '0.3.0.dev0'
4+
__version__ = '0.3.1'

0 commit comments

Comments
 (0)