Skip to content

Commit

Permalink
Update publish-to-pypi.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ZihengSun committed Sep 8, 2024
1 parent 7a1c262 commit 0354f64
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Publish PyGeoweaver Python 🐍 distributions 📦 to PyPI and TestPyPI

on:
push:
tags:
- 'v*.*.*' # Trigger the workflow for version tags like 'v1.0.0'
release:
types: [published] # Trigger the workflow when a release is published

Expand Down Expand Up @@ -36,7 +33,6 @@ jobs:
fi
build-n-publish:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
needs: test-installation
name: Build and publish Python 🐍 distributions 📦 to PyPI and TestPyPI
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0354f64

Please sign in to comment.