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 648f2f6 commit 2d6c218Copy full SHA for 2d6c218
.github/workflows/publish-package.yml
@@ -29,7 +29,6 @@ jobs:
29
run: python -m build
30
31
- name: Publish a Python distribution to PyPI
32
- if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
33
uses: pypa/gh-action-pypi-publish@release/v1
34
with:
35
user: __token__
0 commit comments