Skip to content

Commit

Permalink
Merge pull request #9 from umr-lops/workflow_updt
Browse files Browse the repository at this point in the history
try to fix pypi build crash using docker gdal
  • Loading branch information
agrouaze authored Jul 3, 2023
2 parents 7415dcb + 2e0832b commit fff0177
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
jobs:
publish:
name: Publish to PyPI
container: ghcr.io/osgeo/gdal:alpine-normal-latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -29,4 +30,4 @@ jobs:
with:
password: ${{ secrets.pypi_token }}
repository_url: https://upload.pypi.org/legacy/
verify_metadata: true
verify_metadata: true

0 comments on commit fff0177

Please sign in to comment.