Skip to content

Commit 8297a9a

Browse files
authored
fix: Update build.yml to fix job name (#141)
1 parent fa5aa60 commit 8297a9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ jobs:
452452
run: |
453453
echo "Downloaded Artifacts"
454454
ls -la dist/
455-
- name: Publish to TestPyPI
455+
- name: Publish to PyPI
456456
uses: pypa/gh-action-pypi-publish@release/v1
457457
with:
458458
packages-dir: dist

0 commit comments

Comments
 (0)