Skip to content

Commit

Permalink
Merge pull request #30 from jbusecke/jbusecke-patch-1
Browse files Browse the repository at this point in the history
Still working on the damn release action
  • Loading branch information
jbusecke authored Apr 2, 2024
2 parents da2630d + 017682f commit eb2bca4
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/pythonpublish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,11 @@ jobs:
- uses: actions/setup-python@v5
name: Install Python
with:
python-version: 3.9
python-version: '3.x'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install setuptools setuptools-scm[toml] wheel twine
python -m pip install .
- name: Check python version
run: |
python --version
- name: Check current package version
run: |
python -c "import pangeo_forge_esgf; print(pangeo_forge_esgf.__version__)"
- name: Build and publish
env:
TWINE_USERNAME: "__token__"
Expand Down

0 comments on commit eb2bca4

Please sign in to comment.