Skip to content

Commit

Permalink
attempt to skip unnecessary releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Ariana Barzinpour committed Jan 21, 2025
1 parent d45e2a2 commit 50cfb27
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,7 @@ jobs:
mkdir -p ./pips
./scripts/mk-pip-tree.sh ./wheels/clean ./pips
find ./pips -type f
- name: Upload to PyPI
if: steps.cfg.outputs.publish == 'yes'
env:
Expand All @@ -352,3 +353,4 @@ jobs:
run: |
ls pips/${PKG}
twine upload --non-interactive --skip-existing pips/${PKG}/*
continue-on-error: true

0 comments on commit 50cfb27

Please sign in to comment.