We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 837d967 commit 4b55510Copy full SHA for 4b55510
.github/workflows/ci.yml
@@ -41,6 +41,6 @@ jobs:
41
if: |
42
!github.event.pull_request.head.repo.fork &&
43
startsWith(github.ref, 'refs/tags/releases/v')
44
- uses: pypa/gh-action-pypi-publish@release/v1
+ uses: pypa/gh-action-pypi-publish@unstable/v1
45
with:
46
packages_dir: dist
0 commit comments