Skip to content

Commit

Permalink
Remove weather-tools-specific check.
Browse files Browse the repository at this point in the history
We want to publish 0.0.0 :)

PiperOrigin-RevId: 572347201
  • Loading branch information
Xee authors committed Oct 10, 2023
1 parent 03eb6be commit 2d6e9fc
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,6 @@ jobs:
run: |
python -m twine check dist/*
pwd
if [ -f dist/xee-0.0.0.tar.gz ]; then
echo "❌ INVALID VERSION NUMBER"
exit 1
else
echo "✅ Looks good"
fi
- uses: actions/upload-artifact@v2
with:
name: releases
Expand Down

0 comments on commit 2d6e9fc

Please sign in to comment.