Skip to content

Commit

Permalink
Still working on the damn release action
Browse files Browse the repository at this point in the history
I wish there would be a way to dry run these locally. This is annoying
  • Loading branch information
jbusecke authored Apr 2, 2024
1 parent 85948fe commit 017682f
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@v4
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 017682f

Please sign in to comment.