Skip to content

Commit 98a10f8

Browse files
authored
Merge pull request #183 from sparkgeo/v2.3.0
update gh actions
2 parents d334d62 + 1bdbc03 commit 98a10f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-to-pypi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
--outdir dist/
3434
3535
- name: Publish distribution to PyPI
36-
if: startsWith(github.ref, 'refs/tags')
36+
# if: startsWith(github.ref, 'refs/tags')
3737
uses: pypa/[email protected]
3838
with:
3939
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)