We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7df9676 commit 5e7ef7cCopy full SHA for 5e7ef7c
.github/workflows/ci.yml
@@ -39,12 +39,10 @@ jobs:
39
steps:
40
- uses: actions/checkout@v2
41
- uses: actions/setup-python@v2
42
- - name: Install pypa/build
43
- run: python -m pip install build
44
- name: Build a binary wheel and a source tarball
45
- run: python -m build
+ run: pipx run build
46
- name: Publish distribution 📦 to PyPI
47
- uses: pypa/gh-action-pypi-publish@master
+ uses: pypa/gh-action-pypi-publish@release/v1
48
with:
49
user: __token__
50
password: ${{ secrets.pypi_token }}
0 commit comments