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 3f4ff29 commit 62879adCopy full SHA for 62879ad
.github/workflows/python-package.yml
@@ -31,14 +31,14 @@ jobs:
31
deploy:
32
name: Deploy
33
needs: test
34
- if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
+ if: github.event_name == 'push' && contains(github.ref, 'refs/tags/v*')
35
runs-on: ubuntu-latest
36
steps:
37
- name: Setup Python 3.8
38
uses: actions/setup-python@v2
39
with:
40
python-version: 3.8
41
- - name: Upload PyPI
+ - name: Upload to PyPI
42
env:
43
TWINE_USERNAME: __token__
44
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
0 commit comments