Skip to content

Commit aae09e6

Browse files
committed
try renaming artifacts
1 parent f146c9c commit aae09e6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ jobs:
5151
with:
5252
name: python-package-distributions
5353
path: dist/
54+
- name: rename
55+
run:
56+
ls dist | sed -e 's/dnspython-\(.*\)/mv dist\/dnspython-\1 dist\/dnspython-test-\1/' | sh
5457
- name: Publish distribution to TestPyPI
5558
uses: pypa/gh-action-pypi-publish@release/v1
5659
with:

0 commit comments

Comments
 (0)