Skip to content

Commit

Permalink
Fix publish package github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Hewlett authored and eccles committed Oct 24, 2022
1 parent 634c6be commit 4725d45
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
./scripts/version.sh
python3 -m build --sdist
python3 -m build --wheel
twine check dist/*
Expand Down

0 comments on commit 4725d45

Please sign in to comment.