Skip to content

Commit

Permalink
Merge pull request #137 from MarshalX/development
Browse files Browse the repository at this point in the history
Исправление workflow деплоя на PyPI №3
  • Loading branch information
MarshalX authored Nov 10, 2019
2 parents de48601 + ed027f9 commit ef4c8ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pipenv
pip install pipenv twine
pipenv install --dev --deploy --system
shell: bash
- name: Build and publish
Expand Down

0 comments on commit ef4c8ae

Please sign in to comment.