We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f146c9c commit aae09e6Copy full SHA for aae09e6
1 file changed
.github/workflows/publish.yml
@@ -51,6 +51,9 @@ jobs:
51
with:
52
name: python-package-distributions
53
path: dist/
54
+ - name: rename
55
+ run:
56
+ ls dist | sed -e 's/dnspython-\(.*\)/mv dist\/dnspython-\1 dist\/dnspython-test-\1/' | sh
57
- name: Publish distribution to TestPyPI
58
uses: pypa/gh-action-pypi-publish@release/v1
59
0 commit comments