Skip to content

Commit

Permalink
CI publish potential fix
Browse files Browse the repository at this point in the history
I get:

/app/twine-upload.sh: line 35: twine: command not found

pypa/gh-action-pypi-publish#112
  • Loading branch information
albertz committed Dec 6, 2022
1 parent 36f511c commit 499871b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Expand Up @@ -39,7 +39,7 @@ jobs:

# https://github.com/marketplace/actions/pypi-publish
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
uses: pypa/gh-action-pypi-publish@release/v1.5
with:
user: __token__
password: ${{ secrets.pypi_password }}

0 comments on commit 499871b

Please sign in to comment.