We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e677a2 commit 9cf7921Copy full SHA for 9cf7921
1 file changed
.github/workflows/publish.yml
@@ -24,11 +24,11 @@ jobs:
24
- name: build package
25
run: uv run python -m build
26
- name: upload package artifacts
27
- uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
+ uses: actions/upload-artifact@v4
28
with:
29
path: dist/*
30
- name: publish package
31
- uses: pypa/gh-action-pypi-publish@f5622bde02b04381239da3573277701ceca8f6a0 # release/v1
+ uses: pypa/gh-action-pypi-publish@release/v1
32
33
skip-existing: true
34
verbose: true
0 commit comments