8000 Update publish-pypi.yml · tableau/document-api-python@96c4489 · GitHub
[go: up one dir, main page]

Skip to content

Commit 96c4489

Browse files
authored
Update publish-pypi.yml
1 parent 0a50006 commit 96c4489

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/publish-pypi.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@ name: Publish to PyPi
33

44
on:
55
workflow_dispatch:
6-
inputs:
7-
is_draft:
8-
description: 'Test PyPi'
9-
required: true
10-
type: boolean
116
push:
127
branches: development, main
138

@@ -24,8 +19,8 @@ jobs:
2419
python-version: 3.8
2520
- name: Build dist files
2621
run: >
27-
python -m pip install --upgrade pip && pip install -e .[test] &&
28-
python setup.py build && python res/versioning && python setup.py build &&
22+
python -m pip install --upgrade pip && pip install -e .[build] &&
23+
python setup.py build &&
2924
python setup.py sdist --formats=gztar
3025
- name: Publish distribution 📦 to Test PyPI
3126
uses: pypa/gh-action-pypi-publish@release/v1 # license BSD-2

0 commit comments

Comments
 (0)
0