We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 296b7f6 commit f29c093Copy full SHA for f29c093
1 file changed
.github/workflows/publish-to-pypi.yml
@@ -26,6 +26,7 @@ jobs:
26
run: |
27
skipper make all
28
- name: Publish distribution to PyPI
29
- uses: pypa/gh-action-pypi-publish@master
+ uses: pypa/gh-action-pypi-publish@release/v1
30
with:
31
password: ${{ secrets.pypi_password }}
32
+ packages-dir: build
0 commit comments