Skip to content

Commit a46d6ca

Browse files
authored
fix pypa/gh-action-pypi-publish branch name
1 parent c22580f commit a46d6ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests+artifacts+pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -361,14 +361,14 @@ jobs:
361361
path: dist
362362

363363
- if: github.event_name == 'push' && github.ref == 'refs/heads/main'
364-
uses: pypa/gh-action-pypi-publish@release/v1.12.0
364+
uses: pypa/gh-action-pypi-publish@release/v1.12
365365
with:
366366
attestations: false
367367
repository_url: https://test.pypi.org/legacy/
368368
packages-dir: dist
369369

370370
- if: startsWith(github.ref, 'refs/tags')
371-
uses: pypa/gh-action-pypi-publish@release/v1.12.0
371+
uses: pypa/gh-action-pypi-publish@release/v1.12
372372
with:
373373
attestations: false
374374
packages-dir: dist

0 commit comments

Comments
 (0)