Skip to content

Commit

Permalink
Merge pull request #93 from MAIF/improve_ops
Browse files Browse the repository at this point in the history
Init deployment stage only on 3.7
  • Loading branch information
MaxGdr authored Jan 11, 2021
2 parents b73cbf5 + fd870c4 commit fd764f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: |
python setup.py sdist bdist_wheel
- name: Trigger next workflow
if: success() && startsWith(github.ref, 'refs/tags')
if: success() && startsWith(github.ref, 'refs/tags') && matrix.python-version == 3.7
uses: pypa/gh-action-pypi-publish@master
with:
user: __token__
Expand Down

0 comments on commit fd764f5

Please sign in to comment.