with:
persist-credentials: false
- name: Update project
- run: sed -i '' -e 's/"dnspython"/"dnspython_test"/g' pyproject.toml
+ run: python3 util/make-test-project
- name: Set up Python
uses: actions/setup-python@v5
with:
- name: Store the distribution packages
uses: actions/upload-artifact@v4
with:
- name: python-package-distributions
+ name: python-test-package-distributions
path: dist/
publish-to-testpypi:
- name: Download all the dists
uses: actions/download-artifact@v4
with:
- name: python-package-distributions
+ name: python-test-package-distributions
path: dist/
- name: Publish distribution to TestPyPI
uses: pypa/gh-action-pypi-publish@release/v1
build-backend = "hatchling.build"
[project]
-name = "dnspython_test"
+name = "dnspython"
description = "DNS toolkit"
authors = [{ name = "Bob Halley", email = "halley@dnspython.org" }]
license = { text = "ISC" }