8000 Update test-pypi-publish · tableau/document-api-python@7963129 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7963129

Browse files
authored
Update test-pypi-publish
1 parent f63f5a6 commit 7963129

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.github/workflows/test-pypi-publish

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,24 +12,16 @@ jobs:
1212
name: test-pypi
1313
runs-on: ubuntu-latest
1414
strategy:
15-
fail-fast: false
1615
matrix:
17-
python-version: [3.7, 3.8, 3.9]
16+
python-version: [3.9]
1817

1918
steps:
2019
- uses: actions/checkout@v2
2120
- name: Set up Python ${{ matrix.python-version }}
2221
uses: actions/setup-python@v2
2322
with:
2423
python-version: ${{ matrix.python-version }}
25-
- name: Install dependencies
26-
run: |
27-
python -m pip install --upgrade pip
28-
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
29-
- name: Package
30-
run: |
31-
python setup.py sdist
32-
python setup.py bdist_wheel
24+
3325
- name: Publish 📦 to Test PyPI
3426
uses: pypa/gh-action-pypi-publish@master
3527
with:

0 commit comments

Comments
 (0)
0