We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4a9005 commit c08d3dbCopy full SHA for c08d3db
2 files changed
.github/workflows/python-publish.yml
@@ -21,12 +21,12 @@ jobs:
21
- name: Install dependencies
22
run: |
23
python -m pip install --upgrade pip
24
- pip install build
+ pip install -r requirements.txt
25
+ twine check --strict dist/*
26
- name: Build package
27
run: python -m build
28
- name: Publish package
29
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
30
with:
- repository-url: https://test.pypi.org/legacy/
31
user: __token__
32
password: ${{ secrets.PYPI_API_TOKEN }}
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "desec"
7
-version = "0.0.1"
+version = "0.0.2"
8
authors = [
9
{ name="Freerk-Ole Zakfeld", email="freerk@zakfeld.com" }
10
]
0 commit comments