Skip to content

Commit d974f35

Browse files
committed
test
1 parent 69d5849 commit d974f35

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/test.yml

+1-10
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,7 @@ name: Publish to Test PyPI
33
on:
44
push:
55
workflow_dispatch:
6-
inputs:
7-
publish_to_testpypi:
8-
description: "Publish to Test PyPI?"
9-
required: true
10-
default: "true"
11-
type: choice
12-
options:
13-
- "true"
14-
- "false"
6+
157

168
jobs:
179
test-and-publish:
@@ -47,7 +39,6 @@ jobs:
4739
run: poetry build
4840

4941
- name: Publish to Test PyPI
50-
if: ${{ github.event.inputs.publish_to_testpypi == 'true' }}
5142
env:
5243
POETRY_PYPI_TOKEN_TESTPYPI: ${{ secrets.TEST_PYPI_TOKEN }}
5344
run: |

0 commit comments

Comments
 (0)