From 74547350e744d389ae0b38e93e04185fc81d1023 Mon Sep 17 00:00:00 2001 From: Nmmapper <57083309+nmmapper@users.noreply.github.com> Date: Thu, 7 Mar 2024 18:18:21 +0300 Subject: [PATCH] Update python-publish.yml --- .github/workflows/python-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 6c65810..9f0c7cb 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -33,7 +33,7 @@ jobs: - name: Build package run: python -m build - name: Publish package - uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29 + uses: "nmmapper/python3-nmap@main" with: user: __token__ password: ${{ secrets.PYPI_API_TOKEN }}