Skip to content

Commit 9cf7921

Browse files
ci: bump publish image
1 parent 1e677a2 commit 9cf7921

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ jobs:
2424
- name: build package
2525
run: uv run python -m build
2626
- name: upload package artifacts
27-
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
27+
uses: actions/upload-artifact@v4
2828
with:
2929
path: dist/*
3030
- name: publish package
31-
uses: pypa/gh-action-pypi-publish@f5622bde02b04381239da3573277701ceca8f6a0 # release/v1
31+
uses: pypa/gh-action-pypi-publish@release/v1
3232
with:
3333
skip-existing: true
3434
verbose: true

0 commit comments

Comments
 (0)