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 d09ccc4 commit ccff551Copy full SHA for ccff551
.github/workflows/pypi-publish.yml
@@ -17,13 +17,13 @@ jobs:
17
python-version: '3.7'
18
architecture: 'x64'
19
- name: Install dependencies
20
- if: success()
+ if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
21
run: |
22
python -m pip install --upgrade pip
23
pip install pipenv
24
pipenv install --dev --pre --system --deploy
25
- name: Build and publish the pypi package
26
27
run: python3 setup.py upload
28
env:
29
TWINE_USER: __token__
0 commit comments