Switch to pypa/gh-action-pypi-publish

Though there are no particular known issues with https://github.com/ortega2247/pypi-upload-action we've used before, but it wasn't updating for 5 years now, so it's better to switch to official PyPA workflow.

Args for workflow seem to be exactly the same, so it's just a drop-in replacement.
This commit is contained in:
Andrej730
2025-08-06 17:21:11 +05:00
parent 33f2f2e49e
commit 117cb1ba5a
12 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ jobs:
cd src/ifccityjson &&
make dist IS_STABLE=TRUE
- name: Publish a Python distribution to PyPI
uses: ortega2247/pypi-upload-action@master
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}