We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b333c1 commit 57e77b5Copy full SHA for 57e77b5
.github/workflows/deploy.yml
@@ -30,7 +30,6 @@ jobs:
30
- name: Build package
31
run: python -m build --sdist --wheel --outdir dist/
32
- name: Publish package
33
- if: startsWith(github.ref, 'refs/tags')
34
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
35
with:
36
user: __token__
0 commit comments