Skip to content

Commit 13523e6

Browse files
authored
Attempt to fix publication to Pypi (#971)
This commit is an attempt to fix the issue pointed out at #312 (comment) where our publication to pypi is failing (and causes our binary release process to also fail). By updating the dependency here we should pull in the necessary support to support the `packages_dir` option.
1 parent 4fe397e commit 13523e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ jobs:
517517
find dist/ -name '*.whl' -type f -exec cp '{}' tmp/whl -v \;
518518
519519
- name: Publish Python wheels on Pypi
520-
uses: pypa/gh-action-pypi-publish@v1.0.0a0
520+
uses: pypa/gh-action-pypi-publish@37e305e7413032d8422456179fee28fac7d25187
521521
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
522522
with:
523523
user: __token__

0 commit comments

Comments
 (0)