Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 516c805 commit b12da27Copy full SHA for b12da27
.github/workflows/deploy.yml
@@ -28,8 +28,9 @@ jobs:
28
python -m pip install --upgrade pip
29
pip install build
30
- name: Build package
31
- run: python -m build
+ run: python -m build --sdist --wheel --outdir dist/
32
- name: Publish package
33
+ if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
34
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
35
with:
36
user: __token__
0 commit comments