From a6bef87e88a592fb8e51413af3f4102a78846339 Mon Sep 17 00:00:00 2001 From: Garulf <535299+Garulf@users.noreply.github.com> Date: Thu, 23 Nov 2023 11:40:47 -0500 Subject: [PATCH] Remove inputs --- .github/workflows/pypi.yaml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/pypi.yaml b/.github/workflows/pypi.yaml index b33e409..12f98f3 100644 --- a/.github/workflows/pypi.yaml +++ b/.github/workflows/pypi.yaml @@ -2,11 +2,6 @@ name: Release on PYPI on: workflow_dispatch: - inputs: - test: - description: 'Use PYPI test server' - required: false - default: 'false' push: branches: - master @@ -60,6 +55,4 @@ jobs: uses: actions/download-artifact@v3 - name: Publish to PyPI - uses: pypa/gh-action-pypi-publish@release/v1 - with: - repository-url: "${{ inputs.test == 'true' && 'https://test.pypi.org/legacy/' || 'https://upload.pypi.org/legacy/' }}" \ No newline at end of file + uses: pypa/gh-action-pypi-publish@release/v1 \ No newline at end of file