Skip to content

Commit f29c093

Browse files
committed
Fix release build action
Fixes #189
1 parent 296b7f6 commit f29c093

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish-to-pypi.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
run: |
2727
skipper make all
2828
- name: Publish distribution to PyPI
29-
uses: pypa/gh-action-pypi-publish@master
29+
uses: pypa/gh-action-pypi-publish@release/v1
3030
with:
3131
password: ${{ secrets.pypi_password }}
32+
packages-dir: build

0 commit comments

Comments
 (0)