Update publish-to-test-pypi-Ok.yml

This commit is contained in:
Satoshi Nakamoto 2024-07-23 03:39:39 +02:00 committed by GitHub
parent 87cd5793a6
commit ea096442c1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,7 +14,7 @@ jobs:
python-version: "3.x"
- run: pip install -U wheel build
- name: Build a binary wheel and a source tarball
- run: python -m build
run: python -m build
- name: Publish distribution 📦 to Test PyPI
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@release/v1