There was an error while loading. Please reload this page.
2 parents f15eff3 + 4a925ad commit 728b2a6Copy full SHA for 728b2a6
2 files changed
.github/workflows/pypi.yml
@@ -22,7 +22,7 @@ jobs:
22
- uses: actions/checkout@v7
23
24
- name: Set up Python
25
- uses: actions/setup-python@v6
+ uses: actions/setup-python@v7
26
with:
27
python-version: "3.x"
28
@@ -48,7 +48,7 @@ jobs:
48
49
- name: Publish a Python distribution to PyPI
50
if: success() && github.event_name == 'release'
51
- uses: pypa/gh-action-pypi-publish@v1.14.0
+ uses: pypa/gh-action-pypi-publish@v1.14.1
52
53
user: __token__
54
password: ${{ secrets.PYPI_PASSWORD }}
.github/workflows/test_streamlit_folium.yml
@@ -17,7 +17,7 @@ jobs:
17
18
steps:
19
20
21
python-version: '3.13'
0 commit comments