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 7d194e3 commit dbecd38Copy full SHA for dbecd38
.github/workflows/publish-release.yml
@@ -6,14 +6,12 @@ on:
6
jobs:
7
publish:
8
runs-on: ubuntu-latest
9
- fail-fast: false
10
- python-version: 3.9
11
steps:
12
- uses: actions/checkout@v2
13
- - name: Set up Python ${{ matrix.python-version }}
+ - name: Set up Python 3.9
14
uses: actions/setup-python@v2
15
with:
16
- python-version: ${{ matrix.python-version }}
+ python-version: 3.9
17
- name: Install upload dependencies
18
run: |
19
python -m pip install --upgrade pip setuptools wheel twine
0 commit comments