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 93c7af5 commit a2c6ed6Copy full SHA for a2c6ed6
1 file changed
.github/workflows/publish.yml
@@ -108,7 +108,7 @@ jobs:
108
cp dist/*.tar.gz publish-dist/
109
110
- name: Publish to PyPI
111
- uses: pypa/gh-action-pypi-publish@ba38be9e461d3875417946c167d0b5f3d385a247 # release/v1
+ uses: pypa/gh-action-pypi-publish@dc37677b2e1c63e2034f94d8a5b11f265b73ba33 # release/v1
112
with:
113
packages-dir: publish-dist
114
skip-existing: true
0 commit comments