Skip to content

Commit

Permalink
Merge pull request #11 from umr-lops/workflow_updt
Browse files Browse the repository at this point in the history
fix container name
  • Loading branch information
agrouaze authored Jul 3, 2023
2 parents 0a81bc0 + 37f6741 commit 04222d0
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ on:
jobs:
publish:
name: Publish to PyPI
container: ghcr.io/osgeo/gdal:alpine-normal-latest
runs-on: ubuntu-latest
# container: ghcr.io/osgeo/gdal:alpine-normal-latest
container: ghcr.io/osgeo/gdal:ubuntu-full-latest
strategy:
fail-fast: false
matrix:
Expand All @@ -32,10 +33,10 @@ jobs:
g++
chown -R $(whoami) /github/home/
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.x'
# - name: Set up Python
# uses: actions/setup-python@v4
# with:
# python-version: '3.x'
- name: Install dependencies
run: |
python -m pip install --upgrade pip build twine
Expand Down

0 comments on commit 04222d0

Please sign in to comment.