Skip to content

Commit 4f29c50

Browse files
committed
Why
1 parent f7f6e38 commit 4f29c50

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pypi-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,4 @@ jobs:
7373
path: dist/
7474
merge-multiple: true
7575
- name: Publish package distributions to PyPI
76-
uses: pypa/gh-action-pypi-publish@v1.12.2
76+
uses: pypa/gh-action-pypi-publish@v1

.github/workflows/test-pypi-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
environment:
3232
name: test-pypi
3333
url: https://test.pypi.org/p/basilisp
34-
name: Release to PyPI
34+
name: Release to Test PyPI
3535
needs:
3636
- build
3737
permissions:
@@ -43,6 +43,6 @@ jobs:
4343
path: dist/
4444
merge-multiple: true
4545
- name: Publish package distributions to PyPI
46-
uses: pypa/gh-action-pypi-publish@v1.12.2
46+
uses: pypa/gh-action-pypi-publish@v1
4747
with:
4848
repository-url: https://test.pypi.org/legacy/

0 commit comments

Comments
 (0)