Skip to content

Commit 4307763

Browse files
committed
chore: release v1.0.0
1 parent d103af1 commit 4307763

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/publish.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
body: This is an automated build of commit ${{ github.ref }}.
3131
- name: Package distribution
3232
shell: bash
33-
run: python setup.py sdist
33+
run: |
34+
pip install build
35+
python -m build
3436
- name: Publish package distributions to PyPI
35-
uses: pypa/gh-action-pypi-publish@release/v1
37+
uses: pypa/gh-action-pypi-publish@release/v1

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "certbot-dns-local"
3-
version = "0.1.4"
3+
version = "1.0.0"
44
description = "Domain registrar agnostic authenticator plugin for certbot"
55
readme = "README.md"
66
license = { text = "Apache License 2.0" }
@@ -22,7 +22,6 @@ classifiers = [
2222
"Intended Audience :: System Administrators",
2323
"Topic :: Internet :: Name Service (DNS)",
2424
"Topic :: Security :: Cryptography",
25-
"Development Status :: 4 - Beta",
2625
"Environment :: Plugins",
2726
"Operating System :: POSIX :: Linux"
2827
]

0 commit comments

Comments
 (0)