Skip to content

Commit

Permalink
Fix publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Skealz authored Nov 28, 2023
1 parent c71f211 commit 3f54aab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
run: pip install setuptools_scm
- name: Write version to file
run: python -c "import setuptools_scm; print(f'__version__ = \\'{setuptools_scm.get_version()}\\'', file=open('coloc_sat/version.py', 'w'))"
- name: Update system package index
run: sudo apt update
- name: Install system packages
run: sudo apt-get install -y libgdal-dev
- name: Setup Environment Variables
Expand All @@ -41,4 +43,4 @@ jobs:
with:
password: ${{ secrets.pypi_token }}
repository_url: https://upload.pypi.org/legacy/
verify_metadata: true
verify_metadata: true

0 comments on commit 3f54aab

Please sign in to comment.