Skip to content

Commit

Permalink
CI publish, again revert to v1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
albertz committed Dec 6, 2022
1 parent c653944 commit 00ef571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Expand Up @@ -40,7 +40,7 @@ jobs:
# https://github.com/marketplace/actions/pypi-publish
- name: Publish to PyPI
# https://github.com/pypa/gh-action-pypi-publish/issues/112
uses: pypa/gh-action-pypi-publish@release/v1
uses: pypa/gh-action-pypi-publish@release/v1.4
with:
user: __token__
password: ${{ secrets.pypi_password }}

0 comments on commit 00ef571

Please sign in to comment.