Skip to content

Commit

Permalink
Try again.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmtroffaes committed Jan 10, 2024
1 parent fdd640a commit e7c2fd7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
- name: Build package
run: |
python -m build --sdist --wheel
twine check "dist/*"
- name: Check package
run: "twine check dist/*"
- name: Publish to Test PyPI
if: !startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit e7c2fd7

Please sign in to comment.