Skip to content

Commit

Permalink
Attempt to fix publication to Pypi (#971)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
alexcrichton authored Feb 24, 2020
1 parent 4fe397e commit 13523e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ jobs:
find dist/ -name '*.whl' -type f -exec cp '{}' tmp/whl -v \;
- name: Publish Python wheels on Pypi
uses: pypa/gh-action-pypi-publish@v1.0.0a0
uses: pypa/gh-action-pypi-publish@37e305e7413032d8422456179fee28fac7d25187
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
with:
user: __token__
Expand Down

0 comments on commit 13523e6

Please sign in to comment.