From 8e9c03a4fb4daee8cafc6fe5a6a92552e2998f62 Mon Sep 17 00:00:00 2001 From: Artur Glavic Date: Thu, 30 Jan 2025 14:48:30 +0100 Subject: [PATCH] try github action with trusted publishing (no user/token) --- .github/workflows/release.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 93df81a..3d8f375 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,6 @@ on: - all - windows - linux - - mac jobs: build-ubuntu-latest: @@ -45,11 +44,11 @@ jobs: path: | dist/*.tar.gz - name: Upload to PyPI - if: github.event_name != 'workflow_dispatch' + #if: github.event_name != 'workflow_dispatch' uses: pypa/gh-action-pypi-publish@release/v1 with: - user: __token__ - password: ${{ secrets.PYPI_TOKEN }} + # user: __token__ + # password: ${{ secrets.PYPI_TOKEN }} skip-existing: true build-windows: