Skip to content

Commit 21428f8

Browse files
Merge pull request #423 from patrick-murphy-intuit/pypi
See if adding a name helps
2 parents a0995c2 + 32a077e commit 21428f8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/create-release-transactional.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -616,6 +616,7 @@ jobs:
616616
uses: pypa/gh-action-pypi-publish@release/v1
617617
env:
618618
url: https://pypi.org/p/mailchimp-transactional/
619+
name: testpypi
619620
with:
620621
repository_url: https://test.pypi.org/legacy/
621622
packages_dir: transactional-python/dist
@@ -625,5 +626,6 @@ jobs:
625626
uses: pypa/gh-action-pypi-publish@release/v1
626627
env:
627628
url: https://pypi.org/p/mailchimp-transactional/
629+
name: pypi
628630
with:
629631
packages_dir: transactional-python/dist

0 commit comments

Comments
 (0)