We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed641c3 commit d274322Copy full SHA for d274322
.github/workflows/pytest.yaml
@@ -80,7 +80,7 @@ jobs:
80
81
## prod deploy ----
82
- name: "Deploy to PyPI"
83
- uses: pypa/gh-action-pypi-publish@master
+ uses: pypa/gh-action-pypi-publish@release/v1
84
if: startsWith(github.event.release.name, 'shinywidgets')
85
with:
86
user: __token__
0 commit comments