Skip to content

Commit efd423d

Browse files
authored
Merge branch 'main' into grid-polygons
2 parents 96a00d8 + f573ed7 commit efd423d

16 files changed

+375
-197
lines changed

.github/workflows/pypi.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/setup-python@v4
1919
name: Install Python
2020
with:
21-
python-version: 3.10
21+
python-version: "3.10"
2222

2323
- name: Install dependencies
2424
run: |
@@ -53,7 +53,7 @@ jobs:
5353
- uses: actions/setup-python@v4
5454
name: Install Python
5555
with:
56-
python-version: 3.10
56+
python-version: "3.10"
5757
- uses: actions/download-artifact@v3
5858
with:
5959
name: releases
@@ -72,7 +72,7 @@ jobs:
7272
7373
- name: Publish package to TestPyPI
7474
if: github.event_name == 'push'
75-
uses: pypa/gh-action-pypi-publish@v1.8.10
75+
uses: pypa/gh-action-pypi-publish@v1.8.11
7676
with:
7777
password: ${{ secrets.TESTPYPI_TOKEN }}
7878
repository_url: https://test.pypi.org/legacy/
@@ -96,6 +96,6 @@ jobs:
9696
name: releases
9797
path: dist
9898
- name: Publish package to PyPI
99-
uses: pypa/gh-action-pypi-publish@v1.8.10
99+
uses: pypa/gh-action-pypi-publish@v1.8.11
100100
with:
101101
verbose: true

0 commit comments

Comments
 (0)