File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11[project ]
22name = " certbot-dns-local"
3- version = " 0.1.4 "
3+ version = " 1.0.0 "
44description = " Domain registrar agnostic authenticator plugin for certbot"
55readme = " README.md"
66license = { 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]
You can’t perform that action at this time.
0 commit comments