8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f63f5a6 commit 7963129Copy full SHA for 796 8000 3129
.github/workflows/test-pypi-publish
@@ -12,24 +12,16 @@ jobs:
12
name: test-pypi
13
runs-on: ubuntu-latest
14
strategy:
15
- fail-fast: false
16
matrix:
17
- python-version: [3.7, 3.8, 3.9]
+ python-version: [3.9]
18
19
steps:
20
- uses: actions/checkout@v2
21
- name: Set up Python ${{ matrix.python-version }}
22
uses: actions/setup-python@v2
23
with:
24
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
31
- python setup.py sdist
32
- python setup.py bdist_wheel
+
33
- name: Publish 📦 to Test PyPI
34
uses: pypa/gh-action-pypi-publish@master
35
0 commit comments