Skip to content

Commit fccda3b

Browse files
committedOct 19, 2021
Publishing test #1
1 parent a9b5993 commit fccda3b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed
 

‎.github/workflows/publishing.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
- uses: actions/checkout@v2
1717
- uses: actions/setup-python@v2
1818
with:
19-
python-version: 3.10
19+
python-version: "3.10"
2020
- run: pip install tox
2121
- run: tox
2222
env:
23-
TOXENV: 3.10
23+
TOXENV: "3.10"
2424

2525
linters:
2626
name: Run linters
@@ -32,7 +32,7 @@ jobs:
3232
- uses: actions/checkout@v2
3333
- uses: actions/setup-python@v2
3434
with:
35-
python-version: 3.10
35+
python-version: "3.10"
3636
- run: pip install tox
3737
- run: tox
3838
env:
@@ -46,7 +46,7 @@ jobs:
4646
- uses: actions/checkout@v2
4747
- uses: actions/setup-python@v2
4848
with:
49-
python-version: 3.10
49+
python-version: "3.10"
5050
- run: python setup.py sdist
5151
- uses: actions/upload-artifact@v2
5252
with:
@@ -65,7 +65,7 @@ jobs:
6565
- uses: actions/checkout@v2
6666
- uses: actions/setup-python@v2
6767
with:
68-
python-version: 3.10
68+
python-version: "3.10"
6969
- run: pip install cibuildwheel==2.1.3
7070
- run: cibuildwheel --output-dir wheelhouse
7171
- uses: actions/upload-artifact@v2
@@ -82,7 +82,7 @@ jobs:
8282
uses: docker/setup-qemu-action@v1
8383
- uses: actions/setup-python@v2
8484
with:
85-
python-version: 3.10
85+
python-version: "3.10"
8686
- run: pip install cibuildwheel==2.1.3
8787
- run: cibuildwheel --archs aarch64 --output-dir wheelhouse
8888
- uses: actions/upload-artifact@v2
@@ -112,7 +112,7 @@ jobs:
112112
# - uses: actions/checkout@v2
113113
# - uses: actions/setup-python@v2
114114
# with:
115-
# python-version: 3.10
115+
# python-version: "3.10"
116116
# - run: pip install -r requirements-doc.txt
117117
# - run: pip install awscli
118118
# - run: pip install -e .

0 commit comments

Comments
 (0)
Please sign in to comment.