Skip to content

Commit c08d3db

Browse files
committed
bump version
1 parent e4a9005 commit c08d3db

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/python-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ jobs:
2121
- name: Install dependencies
2222
run: |
2323
python -m pip install --upgrade pip
24-
pip install build
24+
pip install -r requirements.txt
25+
twine check --strict dist/*
2526
- name: Build package
2627
run: python -m build
2728
- name: Publish package
2829
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
2930
with:
30-
repository-url: https://test.pypi.org/legacy/
3131
user: __token__
3232
password: ${{ secrets.PYPI_API_TOKEN }}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "desec"
7-
version = "0.0.1"
7+
version = "0.0.2"
88
authors = [
99
{ name="Freerk-Ole Zakfeld", email="freerk@zakfeld.com" }
1010
]

0 commit comments

Comments
 (0)