We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d2a4e1 commit 7913a36Copy full SHA for 7913a36
.github/workflows/build.yml
@@ -121,6 +121,7 @@ jobs:
121
name: Upload packages
122
needs: [build_data, build_basemap, check]
123
runs-on: ubuntu-22.04
124
+ environment: PyPI
125
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
126
steps:
127
- uses: actions/download-artifact@v4
@@ -133,3 +134,5 @@ jobs:
133
134
uses: pypa/gh-action-pypi-publish@release/v1
135
with:
136
password: ${{ secrets.PYPI_TOKEN }}
137
+ repository-url: ${{ secrets.PYPI_REPOSITORY_URL }}
138
+ skip-existing: true
0 commit comments