We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c91af83 commit 67dfb48Copy full SHA for 67dfb48
.github/workflows/publish.yml
@@ -23,11 +23,12 @@ jobs:
23
- name: Install build tools
24
run: |
25
python -m pip install --upgrade pip
26
- pip install build
+ pip install build twine
27
28
- - name: Build package
+ - name: Build package and check
29
30
- python -m build
+ python -m build -w
31
+ twine check dist/*
32
- - name: Publish to PyPI (Trusted Publishing)
33
- uses: pypa/gh-action-pypi-publish@v1.10.0
+ - name: Publish to PyPI
34
+ uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments