Skip to content

Commit

Permalink
Fix issue when publishing to PyPI
Browse files Browse the repository at this point in the history
Issue: pypa/twine#1059
Upgrade GH action to support Metadata-Version: 2.3: https://github.com/pypa/gh-action-pypi-publish/releases/tag/v1.8.13
  • Loading branch information
tatiana committed May 2, 2024
1 parent 288ebcc commit 0a6e26a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
path: dist

- name: Push build artifacts to PyPi
uses: pypa/gh-action-pypi-publish@v1.6.4
uses: pypa/gh-action-pypi-publish@v1.8.14
with:
user: __token__
password: ${{ secrets.PYPI_TOKEN }}

0 comments on commit 0a6e26a

Please sign in to comment.