Skip to content

Commit

Permalink
Run PyPI step only on MobilityDB/PyMEOS repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Diviloper committed Apr 15, 2024
1 parent aabf94d commit e0e3d79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_pymeos_cffi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ jobs:
name: Upload to PyPI
needs: [ test_wheels, build_sdist ]
runs-on: ubuntu-22.04
if: github.repository == 'MobilityDB/PyMEOS'
steps:
- uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit e0e3d79

Please sign in to comment.