Skip to content

Commit

Permalink
CI publish, try latest v1 again
Browse files Browse the repository at this point in the history
  • Loading branch information
albertz committed Dec 6, 2022
1 parent f494763 commit c653944
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.4
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.pypi_password }}

0 comments on commit c653944

Please sign in to comment.