Skip to content

Commit

Permalink
.github/workflows/PyNUTClient.yml: use definitive version of pypa act…
Browse files Browse the repository at this point in the history
…ion - v1.8.10 (current latest) [networkupstools#2158]

Signed-off-by: Jim Klimov <[email protected]>
  • Loading branch information
jimklimov committed Nov 8, 2023
1 parent 80d2a4a commit 6bf0989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/PyNUTClient.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ jobs:
chmod +x src/test*.py ;
python setup.py sdist bdist_wheel
- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@v1
uses: pypa/gh-action-pypi-publish@v1.8.10
with:
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit 6bf0989

Please sign in to comment.