There was an error while loading. Please reload this page.
2 parents 13e1483 + 872a709 commit 2c75e81Copy full SHA for 2c75e81
1 file changed
.github/workflows/pypi-release.yml
@@ -62,12 +62,12 @@ jobs:
62
if: github.event_name == 'release'
63
runs-on: ubuntu-latest
64
steps:
65
- - uses: actions/download-artifact@v4
+ - uses: actions/download-artifact@v4.1.7
66
with:
67
name: releases
68
- path: dist/*
+ path: dist
69
- name: Publish package to PyPI
70
- uses: pypa/gh-action-pypi-publish@v1.10.2
+ uses: pypa/gh-action-pypi-publish@v1.13.0
71
72
user: __token__
73
password: ${{ secrets.PYPI_TOKEN }}
0 commit comments