We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7f6e38 commit 4f29c50Copy full SHA for 4f29c50
.github/workflows/pypi-release.yml
@@ -73,4 +73,4 @@ jobs:
73
path: dist/
74
merge-multiple: true
75
- name: Publish package distributions to PyPI
76
- uses: pypa/gh-action-pypi-publish@v1.12.2
+ uses: pypa/gh-action-pypi-publish@v1
.github/workflows/test-pypi-release.yml
@@ -31,7 +31,7 @@ jobs:
31
environment:
32
name: test-pypi
33
url: https://test.pypi.org/p/basilisp
34
- name: Release to PyPI
+ name: Release to Test PyPI
35
needs:
36
- build
37
permissions:
@@ -43,6 +43,6 @@ jobs:
43
44
45
46
47
with:
48
repository-url: https://test.pypi.org/legacy/
0 commit comments