From 09cabbcc267cea6436ad8aa60db50f46d9830288 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 21 Jan 2024 23:17:51 +0000 Subject: [PATCH] Fix github workflows --- .github/workflows/release.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index adcb467..c53033a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -4,7 +4,6 @@ on: [push, pull_request] jobs: build: - runs-on: ubuntu-latest strategy: matrix: @@ -29,7 +28,4 @@ jobs: - name: Upload package to PyPI uses: pypa/gh-action-pypi-publish@v1.8.11 with: - user: __token__ - password: ${{ secrets.PYPI_TOKEN }} - repository_url: https://upload.pypi.org/legacy/ - build_dir: dist \ No newline at end of file + password: ${{ secrets.PYPI_TOKEN }} \ No newline at end of file